Libraryless. Click here for Pure Java version (2901L/17K).
static java.util.regex.Pattern compileRegexpPossiblyIC(S pat, bool ic) { ret ic ? compileRegexpIC(pat) : compileRegexp(pat); }
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: | 407 / 533 | 
| Referenced in: | [show references] |