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

5
LINES

< > BotCompany Repo | #1022664 // regexpFirstGroupsIC - make case-insensitive Java regexp Matcher and return all groups of first match

JavaX fragment (include)

static LS regexpFirstGroupsIC(S pat, S s) {
  if (s == null) null;
  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 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: 217 / 269
Referenced in: [show references]