Libraryless. Click here for Pure Java version (3815L/25K).
static bool flexMatchIC(S pat, S s) { ret flexMatchIC2(pat, s); } static bool flexMatchIC(S pat, S s, Matches m) { ret flexMatchIC2(pat, s, m); } sbool flexMatchIC(S pat, LS tokfull, Matches m) { ret flexMatchIC2(pat, tokfull, m, true); } static bool flexMatchIC(S pat, S s, Matches m, bool joinBrackets) { ret flexMatchIC2(pat, s, m, joinBrackets); }
Began life as a copy of #1005459
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1005507 |
Snippet name: | flexMatchIC - flexMatch (ignore case), fixing the empty "*" bug |
Eternal ID of this version: | #1005507/3 |
Text MD5: | 1bf3cc002101627adc22973e6b07971b |
Transpilation MD5: | feb535ffe1d91e61fe933147e5f1894c |
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:40:20 |
Source code size: | 376 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 644 / 947 |
Version history: | 2 change(s) |
Referenced in: | [show references] |