Logo

Programming-Idioms

History of Idiom 63 > diff from v44 to v45

Edit summary for version 45 by programming-idioms.org:
Linked to idiom #219 [Replace multiple spaces with single space]

Version 44

2019-10-16, 12:14:05

Version 45

2020-02-28, 09:26:39

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
Extra Keywords
substring substitute