static Matcher regexpIC(Pattern pat, S s) { ret pat.matcher(unnull(s)); } static Matcher regexpIC(S pat, S s) { ret compileRegexpIC(pat).matcher(unnull(s)); } static Pattern regexpIC(S pat) { ret compileRegexpIC(pat); }
Began life as a copy of #1004307
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1007003 |
Snippet name: | regexpIC - compile reg exp / make Java regexp Matcher (ignoring case) |
Eternal ID of this version: | #1007003/7 |
Text MD5: | 20529b5c2c97e570d2baef0b1ba93d14 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-20 20:55:28 |
Source code size: | 237 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 620 / 651 |
Version history: | 6 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012521 - compileRegexpIC #1013881 - regexpICFind #1013919 - safeRegexpIC - case-insensitive, interruptible matcher |