static S repeatMultiReplace(S s, final S... replacements) { ret applyUntilStable(func(S s) { multiReplace(s, replacements) }, s); }
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: | 643 / 714 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006861 - repeatMultiReplace3 - repeatMultiReplace2 until result is stable |