Libraryless. Click here for Pure Java version (2777L/17K).
static IntRange regexpFindRangeIC(S pat, S s) { Matcher m = regexpMatcherIC(pat, s); ret m.find() ? IntRange(m.start(), m.end()) : null; }
Began life as a copy of #1028325
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028391 |
| Snippet name: | regexpFindRangeIC |
| Eternal ID of this version: | #1028391/1 |
| Text MD5: | ffa8b17e6b74342f22d55c3c6d8e892d |
| Transpilation MD5: | b45d300edc2cc43e3b1dfd01067aaadd |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-15 13:28:38 |
| Source code size: | 145 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 442 / 595 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |