1 | static LS matchX_vbar_allRests(S pat, S s) {
|
2 | new LS l; |
3 | new Matches m; |
4 | for (S pat2 : tok_splitAtVerticalBar(pat)) |
5 | if (matchX(pat2, s, m)) |
6 | l.add(m.rest()); |
7 | ret l; |
8 | } |
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: | 498 / 529 |
| Referenced in: | [show references] |