Module replace

Module replace 

Source

Structs§

ReplaceFunc

Functions§

replace 🔒
Replaces all occurrences in string of substring from with substring to. replace(‘abcdefabcdef’, ‘cd’, ‘XX’) = ‘abXXefabXXef’
replace_view 🔒