Logo

Programming-Idioms

History of Idiom 63 > diff from v11 to v12

Edit summary for version 12 by :

Version 11

2015-08-23, 10:56:14

Version 12

2015-08-23, 10:56:56

Idiom #63 Replace fragment of a string

Assign to x2 the value of string x with all occurrences of y replaced by z.

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.