1 | sS jreplaceIC(S s, S in, S out) {
|
2 | L<S> tok = javaTok(s); |
3 | ret jreplace(tok, in, out, true, false, null) ? join(tok) : s; |
4 | } |
5 | |
6 | sS jreplaceIC(S s, S in, S out, O condition) {
|
7 | L<S> tok = javaTok(s); |
8 | ret jreplace(tok, in, out, true, false, condition) ? join(tok) : s; |
9 | } |
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: | 739 / 773 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |