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

7
LINES

< > BotCompany Repo | #1018249 // regexpFindIC - synonym of regexpICFind

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (1833L/12K).

sbool regexpFindIC(Pattern pat, S s) {
  ret regexpICFind(pat, s);
}

sbool regexpFindIC(S pat, S s) {
  ret regexpICFind(pat, s);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018249
Snippet name: regexpFindIC - synonym of regexpICFind
Eternal ID of this version: #1018249/2
Text MD5: cf82e70d9aa67c53718c9ced48a4d62c
Transpilation MD5: 6ff97f9db5177aed2cbc2d55c107e032
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-20 20:56:14
Source code size: 138 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 322 / 402
Version history: 1 change(s)
Referenced in: [show references]