sS dropPrefix_repeat_matchVBar(S patterns, S s) { new Matches m; while (matchStart_vbar(patterns, s, m)) s = m.rest(); ret s; }
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: | #1020294 |
| Snippet name: | dropPrefix_repeat_matchVBar |
| Eternal ID of this version: | #1020294/1 |
| Text MD5: | 7d3c74f10381cf297a1ae39e1786c091 |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-12 23:49:04 |
| Source code size: | 137 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 531 / 558 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020295 - dropSuffix_repeat_matchVBar |