Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1013941 // regexpICFirstGroups - make Java regexp Matcher and return all groups of first match

JavaX fragment (include)

static L<S> regexpICFirstGroups(S pat, S s) {
  Matcher m = regexpIC(pat, s);
  ret m.find() ? regexpGetGroups(m) : null;
}

Author comment

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: 289 / 315
Referenced in: [show references]