Libraryless. Click here for Pure Java version (2276L/14K).
1 | // performs matches() |
2 | static L<S> regexpGetGroups_fullMatch(S pat, S s) {
|
3 | Matcher m = regexpMatcher(pat, s); |
4 | if (m.matches()) |
5 | ret regexpGetGroups(m); |
6 | null; |
7 | } |
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: | 413 / 550 |
| Referenced in: | [show references] |