Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1005507 // flexMatchIC - flexMatch (ignore case), fixing the empty "*" bug

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3815L/25K).

1  
static bool flexMatchIC(S pat, S s) {
2  
  ret flexMatchIC2(pat, s);
3  
}
4  
5  
static bool flexMatchIC(S pat, S s, Matches m) {
6  
  ret flexMatchIC2(pat, s, m);
7  
}
8  
9  
sbool flexMatchIC(S pat, LS tokfull, Matches m) {
10  
  ret flexMatchIC2(pat, tokfull, m, true);
11  
}
12  
13  
static bool flexMatchIC(S pat, S s, Matches m, bool joinBrackets) {
14  
  ret flexMatchIC2(pat, s, m, joinBrackets);
15  
}

Author comment

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: 573 / 853
Version history: 2 change(s)
Referenced in: [show references]