replace()

The replace() function replaces a specified part of a string with another string.

Syntax

replace(expr1, expr2, expr3)
Note:
  1. Replace any location of string(expr2) in string(expr1) bystring(expr3).