Logo

Programming-Idioms

History of Idiom 63 > diff from v28 to v29

Edit summary for version 29 by :
Emphasize y.

Version 28

2016-02-22, 13:58:01

Version 29

2016-02-22, 14:31:18

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.