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

5
LINES

< > BotCompany Repo | #1012188 // regexpMatchGroupsIC - make Java regexp Matcher, do full match and return groups (ignoring case)

JavaX fragment (include)

static L<S> regexpMatchGroupsIC(S pat, S s) {
  Matcher m = regexpIC(pat, s);
  if (m.matches()) ret regexpGetGroups(m);
  null;
}

Author comment

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: 345 / 372
Version history: 2 change(s)
Referenced in: [show references]