Libraryless. Click here for Pure Java version (2901L/17K).
1 | static java.util.regex.Pattern compileRegexpPossiblyIC(S pat, bool ic) { |
2 | ret ic ? compileRegexpIC(pat) : compileRegexp(pat); |
3 | } |
Began life as a copy of #1012521
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030996 |
Snippet name: | compileRegexpPossiblyIC |
Eternal ID of this version: | #1030996/1 |
Text MD5: | 4d213a73a487a8b0c87cc4eec92e5707 |
Transpilation MD5: | 7bee51e765eb784afff1dae64e4a0338 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-04-19 13:04:50 |
Source code size: | 130 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 172 / 260 |
Referenced in: | [show references] |