# Matches Regular Expression

**Introduction**

The "Matches Regular Expression" step checks whether a variable matches a specified regular expression and returns `Yes`if the match succeeds. This step is useful for validating that a variable's value conforms to a specific pattern.

**Configuration**

* **Variable**: The text variable to be checked.
* **Value**: The regular expression to compare against the variable.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the variable matches the specified regular expression.
