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

3
LINES

< > BotCompany Repo | #1006859 // repeatMultiReplace - repeat multiReplace until result is stable

JavaX fragment (include)

static S repeatMultiReplace(S s, final S... replacements) {
  ret applyUntilStable(func(S s) { multiReplace(s, replacements) }, s);
}

Author comment

Began life as a copy of #1006858

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006859
Snippet name: repeatMultiReplace - repeat multiReplace until result is stable
Eternal ID of this version: #1006859/1
Text MD5: f6cb047632a22f94b7f64ccb5cac8465
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-10 19:47:42
Source code size: 135 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 372 / 444
Referenced in: [show references]