---
title: "$Replace"
---
Searches for and replaces text in a string.
$Replace(Text, Value, ReplaceWith, [IgnoreCase])
Name | Description |
---|---|
☆ Text | The string to search for replacements. |
☆ Value | The substring to search for in the first argument. |
☆ ReplaceWith | The substring to replace occurrences of the second parameter with. |
IgnoreCase | When "true", string comparison will be performed with case insensitivity; the default is "false". |