Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$Replace

Searches for and replaces text in a string.

Script usage:

$Replace(Text, Value, ReplaceWith, [IgnoreCase])

Parameters:

NameDescription
TextThe string to search for replacements.
ValueThe substring to search for in the first argument.
ReplaceWithThe substring to replace occurrences of the second parameter with.
IgnoreCaseWhen "true", string comparison will be performed with case insensitivity; the default is "false".