1 | sbool matchVBarPattern(S pat, S s) { |
2 | ret matchVBarPattern(pat, s, null); |
3 | } |
4 | |
5 | sbool matchVBarPattern(S pat, S s, Matches m) { |
6 | for (S pat2 : tok_splitAtVerticalBar(pat)) |
7 | if (match(pat2, s, m)) true; |
8 | false; |
9 | } |
Began life as a copy of #1017950
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019379 |
Snippet name: | matchVBarPattern |
Eternal ID of this version: | #1019379/1 |
Text MD5: | f46976e2b8d80266ab39f9836983ffc6 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-04 17:55:00 |
Source code size: | 222 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 312 / 344 |
Referenced in: | [show references] |