Function datafusion::functions::string::expr_fn::replace

source ยท
pub fn replace(string: Expr, from: Expr, to: Expr) -> Expr
Expand description

Replaces all occurrences of from with to in the string