Logo

Programming-Idioms

History of Idiom 63 > diff from v55 to v56

Edit summary for version 56 by programming-idioms.org:
Linked to idiom #254 [Replace value in list]

Version 55

2021-12-20, 11:42:41

Version 56

2021-12-20, 11:43:09

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