1 | static Matches getFlexMatch(S pat, S s) { |
2 | new Matches m; |
3 | ret flexMatch(pat, s, m) ? m : null; |
4 | } |
5 | |
6 | static Matches getFlexMatch(S pat, S s, bool joinBrackets) { |
7 | new Matches m; |
8 | ret flexMatch(pat, s, m, joinBrackets) ? m : null; |
9 | } |
Began life as a copy of #1003148
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005458 |
Snippet name: | getFlexMatch - flexMatch and return Matches or null |
Eternal ID of this version: | #1005458/2 |
Text MD5: | f06e461c2914d6d99f36ccdba3a55b24 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-06-21 18:49:13 |
Source code size: | 241 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 612 / 619 |
Version history: | 1 change(s) |
Referenced in: | [show references] |