static L<S> regexpMatchGroupsIC(S pat, S s) { Matcher m = regexpIC(pat, s); if (m.matches()) ret regexpGetGroups(m); null; }
Began life as a copy of #1007004
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: | #1012188 |
| Snippet name: | regexpMatchGroupsIC - make Java regexp Matcher, do full match and return groups (ignoring case) |
| Eternal ID of this version: | #1012188/3 |
| Text MD5: | ce6dbcfaf4331e079ee28c85428ed55f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-23 17:36:43 |
| Source code size: | 134 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 641 / 663 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |