static LS regexpFirstGroupsIC(S pat, S s) { if (s == null) null; Matcher m = regexpIC(pat, s); ret m.find() ? regexpGetGroups(m) : null; }
Began life as a copy of #1013199
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022664 |
Snippet name: | regexpFirstGroupsIC - make case-insensitive Java regexp Matcher and return all groups of first match |
Eternal ID of this version: | #1022664/1 |
Text MD5: | c87762f9d82439385a988fd744d58099 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-29 18:39:38 |
Source code size: | 148 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 293 / 343 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035125 - regexpLastGroupsIC - make case-insensitive Java regexp Matcher and return all groups of last match |