sbool matchVBarPattern(S pat, S s) { ret matchVBarPattern(pat, s, null); } sbool matchVBarPattern(S pat, S s, Matches m) { for (S pat2 : tok_splitAtVerticalBar(pat)) if (match(pat2, s, m)) true; false; }
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: | 532 / 580 |
| Referenced in: | [show references] |