static bool matchStartMulti(S pats, S s, Matches m) { for (S pat : splitAtVerticalBar(pats)) if (matchStart(pat, s, m)) true; false; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009887 |
| Snippet name: | matchStartMulti - accepts "bla|something" pattern |
| Eternal ID of this version: | #1009887/1 |
| Text MD5: | 5d2e65c72c8219f5b3e945276220776a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-23 18:24:14 |
| Source code size: | 146 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 607 / 701 |
| Referenced in: | [show references] |