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

3
LINES

< > BotCompany Repo | #1031002 // matcherGroup

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

Libraryless. Click here for Pure Java version (28L/1K).

sS matcherGroup(java.util.regex.Matcher m, int n) {
  ret m != null && n >= 1 && n <= m.groupCount() ? m.group(n) : null;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031002
Snippet name: matcherGroup
Eternal ID of this version: #1031002/1
Text MD5: 27650822528f7ca1d81dbebece90d4ae
Transpilation MD5: afdf866622be4f79d37163f8f021f848
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-19 16:32:21
Source code size: 125 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 117
Referenced in: [show references]