static L<S> regexpICFirstGroups(S pat, S s) { 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 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013941 |
Snippet name: | regexpICFirstGroups - make Java regexp Matcher and return all groups of first match |
Eternal ID of this version: | #1013941/1 |
Text MD5: | d96493de4b0604aa1fb1f69dbfc61de3 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-03-16 19:58:30 |
Source code size: | 126 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 360 / 383 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |