Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1031005 // compileRegexpPossiblyIC_unicodeCase

JavaX fragment (include)

static java.util.regex.Pattern compileRegexpPossiblyIC_unicodeCase(S pat, bool ic) {
  ret ic ? compileRegexpIC_unicodeCase(pat) : compileRegexp(pat);
}

Author comment

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: 108 / 135
Referenced in: [show references]