Libraryless. Click here for Pure Java version (3831L/25K).
static Matches getFlexMatchIC(S pat, S s) { new Matches m; ret flexMatchIC(pat, s, m) ? m : null; } static Matches getFlexMatchIC(S pat, S s, bool joinBrackets) { new Matches m; ret flexMatchIC(pat, s, m, joinBrackets) ? m : null; } static Matches getFlexMatchIC(S pat, LS tokInput) { new Matches m; ret flexMatchIC(pat, tokInput, m) ? m : null; }
Began life as a copy of #1005458
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1005460 |
Snippet name: | getFlexMatchIC - flexMatchIC (ignore case) and return Matches or null |
Eternal ID of this version: | #1005460/4 |
Text MD5: | 1654b6b89006051371b97dd6420b32b0 |
Transpilation MD5: | 85765958f354cfab6356f4481ea8b7a7 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-05 21:41:18 |
Source code size: | 374 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 540 / 636 |
Version history: | 3 change(s) |
Referenced in: | #1005503 - getFlexMatchIC2 - flexMatchIC2 (ignore case, with (a|b)) and return Matches or null #1006654 - Standard functions list 2 (LIVE, continuation of #761) |