Warning: session_start(): open(/var/lib/php/sessions/sess_5seat6lpnqt3fbol9t3urq647e, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
matcherGroup [1031002]

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).

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

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