static java.util.regex.Pattern compileRegexpPossiblyIC_unicodeCase(S pat, bool ic) { ret ic ? compileRegexpIC_unicodeCase(pat) : compileRegexp(pat); }
Began life as a copy of #1030996
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031005 |
| Snippet name: | compileRegexpPossiblyIC_unicodeCase |
| Eternal ID of this version: | #1031005/1 |
| Text MD5: | 5eb8016d286490527c3fcf593d56a36d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-19 16:55:19 |
| Source code size: | 154 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 421 / 473 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |