replace ( string text, from text, to text ) → textReplaces all occurrences in
string of substring from with substring to.replace('abcdefabcdef', 'cd', 'XX') → abXXefabXXefReplaces all occurrences in string of substring from with substring to.
replace ( string text, from text, to text ) → textReplaces all occurrences in
string of substring from with substring to.replace('abcdefabcdef', 'cd', 'XX') → abXXefabXXefDefinition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source