---
title: "$RegexReplace"
---
Searches for and replaces text in a string using a regular expression.
$RegexReplace(Text, MatchExpression, ReplaceWith)| Name | Description | 
|---|---|
| ☆ Text | The string to search for replacements. | 
| ☆ MatchExpression | The regular expression used to search the first argument. | 
| ☆ ReplaceWith | The substring to replace occurrences of the second parameter with. |