pub fn replace(string: Expr, from: Expr, to: Expr) -> Expr
Replaces all occurrences of from with to in the string
from
to
string