static Matches getFlexMatch(S pat, S s) { new Matches m; ret flexMatch(pat, s, m) ? m : null; } static Matches getFlexMatch(S pat, S s, bool joinBrackets) { new Matches m; ret flexMatch(pat, s, m, joinBrackets) ? m : null; }
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: | 846 / 854 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |