Libraryless. Click here for Pure Java version (3831L/25K).
1  | static Matches getFlexMatchIC(S pat, S s) {
 | 
2  | new Matches m;  | 
3  | ret flexMatchIC(pat, s, m) ? m : null;  | 
4  | }  | 
5  | |
6  | static Matches getFlexMatchIC(S pat, S s, bool joinBrackets) {
 | 
7  | new Matches m;  | 
8  | ret flexMatchIC(pat, s, m, joinBrackets) ? m : null;  | 
9  | }  | 
10  | |
11  | static Matches getFlexMatchIC(S pat, LS tokInput) {
 | 
12  | new Matches m;  | 
13  | ret flexMatchIC(pat, tokInput, m) ? m : null;  | 
14  | }  | 
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: | 757 / 898 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |