---
title: "$MatchesRegex"
---
Returns true when the specified text matches the specified pattern; otherwise returns false.
$MatchesRegex(Text, RegexPattern)| Name | Description | 
|---|---|
| ☆ Text | The text which will be evaluated by the regular expression. | 
| ☆ RegexPattern | The regular expression pattern. |