History of Idiom 63 > diff from v41 to v42
Edit summary for version 42 by programming-idioms.org:
[Elixir] Dead link: play.elixirbyexample.com has been down for a while
[Elixir] Dead link: play.elixirbyexample.com has been down for a while
↷
Version 41
2019-10-01, 22:19:17
Version 42
2019-10-14, 12:26:12
Idiom #63 Replace fragment of a string
Assign to x2 the value of string x with all occurrences of y replaced by z.
Assume occurrences of y are not overlapping.
Idiom #63 Replace fragment of a string
Assign to x2 the value of string x with all occurrences of y replaced by z.
Assume occurrences of y are not overlapping.