1 | static boolean matchX_vbar(S pat, S s) { |
2 | return matchX_vbar(pat, s, null); |
3 | } |
4 | |
5 | static boolean matchX_vbar(S pat, S s, Matches matches) { |
6 | for (S pat2 : tok_splitAtVerticalBar(pat)) |
7 | if (matchX(pat2, s, matches)) true; |
8 | false; |
9 | } |
Began life as a copy of #1017812
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020730 |
Snippet name: | matchX_vbar - allows "bla ...|... blubb|etc" |
Eternal ID of this version: | #1020730/1 |
Text MD5: | 4e4431fbadea3d9c28f75d0537ebd40f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-01 03:20:20 |
Source code size: | 243 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 337 / 374 |
Referenced in: | [show references] |