Libraryless. Click here for Pure Java version (2276L/14K).
// performs matches() static L<S> regexpGetGroups_fullMatch(S pat, S s) { Matcher m = regexpMatcher(pat, s); if (m.matches()) ret regexpGetGroups(m); null; }
Began life as a copy of #1012189
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: | #1025625 |
| Snippet name: | regexpGetGroups_fullMatch |
| Eternal ID of this version: | #1025625/1 |
| Text MD5: | 092eca0e376c78a46f4526d01c8d4915 |
| Transpilation MD5: | 14fda7f9774a2f7cd2ce6e9a6b238294 |
| Author: | stefan |
| Category: | javax / regexp |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-10 00:38:06 |
| Source code size: | 173 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 412 / 548 |
| Referenced in: | [show references] |