replace

Function replace 

Source
pub fn replace(expr: ExprRef, needle: &ExprRef, replacement: ExprRef) -> ExprRef
Expand description

Replaces all occurrences of needle in the expression expr with replacement.