Warning: session_start(): open(/var/lib/php/sessions/sess_sdp1eaf4sn8520ahmn6ko3nk3v, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
repeatMultiReplace - repeat multiReplace until result is stable [1006859]

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)

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

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: 490 / 564
Referenced in: [show references]