Skip to main content

replace_

Function replace_ 

Source
pub fn replace_(expr: Expr, old: Expr, new: Expr) -> Expr
Expand description

Create a REPLACE(expr, old, new) expression. Named replace_ to avoid conflict with the str::replace method.