Replace

The function of “Replace” is to replace a sequence of characters in the field with another set of characters (without case-sensitive).
The function of “Replace” is to replace the “String” with “replacement” in any string field.
Syntax
: replace(field_name, String, Replacement) – Provide Replacement Value as a String Type in quotes.
Example
: replace([title]“FOOTBALL”, “soccer”)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.