1 | static bool match3_plusBrackets(S pat, S s) { |
2 | return match3_plusBrackets(pat, s, null); |
3 | } |
4 | |
5 | static bool match3_plusBrackets(S pat, S s, Matches matches) { |
6 | if (pat == null || s == null) return false; |
7 | ret match3_plusBrackets(pat, parse3_plusBrackets_cachedInput(s), matches); |
8 | } |
9 | |
10 | static boolean match3_plusBrackets(S pat, L<S> toks, Matches matches) { |
11 | L<S> tokpat = parse3_cachedPattern(pat); |
12 | ret match3(tokpat, toks, matches); |
13 | } |
Began life as a copy of #1001104
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: | #1017874 |
Snippet name: | match3_plusBrackets - allows {} in s |
Eternal ID of this version: | #1017874/3 |
Text MD5: | 0b8d99c9dd8e50bfff0d665955400faf |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-29 02:30:16 |
Source code size: | 449 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 356 / 393 |
Version history: | 2 change(s) |
Referenced in: | [show references] |