Logo

Programming-Idioms

History of Idiom 63 > diff from v31 to v32

Edit summary for version 32 by programming-idioms.org:
+keywords

Version 31

2016-07-12, 21:01:52

Version 32

2016-11-22, 22:42:14

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.

Extra Keywords
substring substitute