Libraryless. Click here for Pure Java version (1849L/12K).
1 | static LS regexpICFullMatch_groups(S pattern, S text) {
|
2 | Matcher matcher = regexpIC(pattern, text); |
3 | ret matcher.matches() ? regexpGetGroups(matcher) : null; |
4 | } |
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: | 469 / 630 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |