static boolean matchX_vbar(S pat, S s) { return matchX_vbar(pat, s, null); } static boolean matchX_vbar(S pat, S s, Matches matches) { for (S pat2 : tok_splitAtVerticalBar(pat)) if (matchX(pat2, s, matches)) true; false; }
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: | 336 / 373 |
Referenced in: | [show references] |