static bool flexMatchDropPunctuation(S pat, S s) { ret flexMatchIC2(pat, s, null); } static bool flexMatchDropPunctuation(S pat, S s, Matches m) { ret flexMatchIC2(dropPunctuation(javaTok(pat)), dropPunctuation(javaTok(s)), m); }
Began life as a copy of #1005507
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006411 | 
| Snippet name: | flexMatchDropPunctuation - also ignores case | 
| Eternal ID of this version: | #1006411/2 | 
| Text MD5: | e1450dd2be03e4b63950111a358ff31a | 
| Author: | stefan | 
| Category: | javax / parsing | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-04-21 19:04:25 | 
| Source code size: | 240 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 785 / 813 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |