1 | static Matches getFind3(S pat, S s) {
|
2 | L<S> tokpat = parse3_cachedPattern(pat), toks = parse3_cachedInput(s); |
3 | S[] x = find2(tokpat, toks); |
4 | if (x == null) null; |
5 | new Matches m; |
6 | m.m = x; |
7 | ret m; |
8 | } |
Began life as a copy of #1014425
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017953 |
| Snippet name: | getFind3 - returns inner matches only |
| Eternal ID of this version: | #1017953/3 |
| Text MD5: | 8e0be1ba1acaf3fc1741b733976a4043 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-08-23 01:05:32 |
| Source code size: | 210 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 537 / 552 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |