static S regexpLastGroup(S pat, S s) { ret last(regexpFirstGroups(pat, s)); }
Began life as a copy of #1013199
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013939 |
| Snippet name: | regexpLastGroup - make Java regexp Matcher and return last group of first match |
| Eternal ID of this version: | #1013939/1 |
| Text MD5: | 826cc33b9a006cc547a46554b7a41f85 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-16 19:57:24 |
| Source code size: | 81 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 619 / 650 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013940 - regexpICLastGroup - make Java regexp Matcher and return last group of first match |