static LS matchX_vbar_allRests(S pat, S s) { new LS l; new Matches m; for (S pat2 : tok_splitAtVerticalBar(pat)) if (matchX(pat2, s, m)) l.add(m.rest()); ret l; }
Began life as a copy of #1020730
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: | #1020731 |
| Snippet name: | matchX_vbar_allRests |
| Eternal ID of this version: | #1020731/1 |
| Text MD5: | 9b1bf14552fbe68d21152127e228bf0d |
| 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:22:31 |
| Source code size: | 189 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 492 / 522 |
| Referenced in: | [show references] |