Logo

Programming-Idioms

History of Idiom 63 > diff from v54 to v55

Edit summary for version 55 by programming-idioms.org:
Linked to idiom #62 [Find substring position]

Version 54

2021-12-07, 09:49:27

Version 55

2021-12-20, 11:42:41

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.

Variables
x2,x,y,z
Variables
x2,x,y,z
Extra Keywords
substring substitute
Extra Keywords
substring substitute