1 | // f : Matcher -> S |
2 | static S regexReplaceIC(S s, S pat, O f) {
|
3 | ret regexReplace(regexpMatcherIC(pat, s), f); |
4 | } |
5 | |
6 | sS regexReplaceIC(S s, S pat, S replacement) {
|
7 | ret regexpReplaceIC_direct(s, pat, replacement); |
8 | } |
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: | 516 / 582 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |