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

9
LINES

< > BotCompany Repo | #1010835 // jreplaceIC - ignore case

JavaX fragment (include)

sS jreplaceIC(S s, S in, S out) {
  L<S> tok = javaTok(s);
  ret jreplace(tok, in, out, true, false, null) ? join(tok) : s;
}

sS jreplaceIC(S s, S in, S out, O condition) {
  L<S> tok = javaTok(s);
  ret jreplace(tok, in, out, true, false, condition) ? join(tok) : s;
}

Author comment

Began life as a copy of #1002133

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010835
Snippet name: jreplaceIC - ignore case
Eternal ID of this version: #1010835/2
Text MD5: b1d0701e764968ffb1f3366a410097ff
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-24 01:42:03
Source code size: 278 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 438 / 455
Version history: 1 change(s)
Referenced in: [show references]