pub fn strings_replace(s: &Value, from: &Value, to: &Value) -> DogeResultExpand description
strings.replace(s, from, to) — every occurrence of from in s swapped
for to. Replacing an empty from is a catchable ValueError.
pub fn strings_replace(s: &Value, from: &Value, to: &Value) -> DogeResultstrings.replace(s, from, to) — every occurrence of from in s swapped
for to. Replacing an empty from is a catchable ValueError.