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

4
LINES

< > BotCompany Repo | #1024117 // regexpICFullMatch_groups

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (1849L/12K).

static LS regexpICFullMatch_groups(S pattern, S text) {
  Matcher matcher = regexpIC(pattern, text);
  ret matcher.matches() ? regexpGetGroups(matcher) : null;
}

Author comment

Began life as a copy of #1016200

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024117
Snippet name: regexpICFullMatch_groups
Eternal ID of this version: #1024117/3
Text MD5: c8436d109b7c53a07f34325fbe117451
Transpilation MD5: 9e145e7f4abaf130506d3a61030969a0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-21 17:25:34
Source code size: 164 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 271
Version history: 2 change(s)
Referenced in: [show references]