Logo

Programming-Idioms

History of Idiom 63 > diff from v57 to v58

Edit summary for version 58 by programming-idioms.org:
Linked to idiom #296 [Replace last occurrence of substring]

Version 57

2022-01-23, 00:00:35

Version 58

2022-02-17, 12:10:21

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