Libraryless. Click here for Pure Java version (2301L/14K).
1 | sbool ellipsisToDotPlusRegexpIC_matchAny(Collection<S> patterns, S s, Matches m) {
|
2 | fOr (S pattern : patterns) {
|
3 | LS groups = regexpICFullMatch_groups( |
4 | ifdef ellipsisToDotPlusRegexpIC_matchAny_debug print endifdef |
5 | (ellipsisToGroupedDotPlusRegexp(pattern)), s); |
6 | if (groups != null) |
7 | ret true with listToMatches(groups, m); |
8 | } |
9 | false; |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024120 |
| Snippet name: | ellipsisToDotPlusRegexpIC_matchAny |
| Eternal ID of this version: | #1024120/7 |
| Text MD5: | f4075f7abff922aab252b1da5bd977fc |
| Transpilation MD5: | 079fc7422ddcde74d3ceeef296310107 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-21 15:51:01 |
| Source code size: | 370 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 417 / 561 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |