REPLACE(av, Expr1, Expr2)
Finds all sub strings Expr1 inside variable av and replaces them with Expr2. Searching is case sensitive. See also REREPLACE for the regular expressions version of this command.
Go Back