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

8
LINES

< > BotCompany Repo | #1018590 // regexReplaceIC - with function callback

JavaX fragment (include)

// f : Matcher -> S
static S regexReplaceIC(S s, S pat, O f) {
  ret regexReplace(regexpMatcherIC(pat, s), f);
}

sS regexReplaceIC(S s, S pat, S replacement) {
  ret regexpReplaceIC_direct(s, pat, replacement);
}

Author comment

Began life as a copy of #1005237

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018590
Snippet name: regexReplaceIC - with function callback
Eternal ID of this version: #1018590/4
Text MD5: 5a8a9c6ab028213e12db834c355b80ea
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-05-29 21:38:46
Source code size: 220 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 226 / 300
Version history: 3 change(s)
Referenced in: [show references]