# Regex Test

![](https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FDZE7gWUGvxX1jxAdr2FZ%2Fimage.png?alt=media\&token=86e4cd4e-c5ba-4b9b-a312-77567ba5f45d)

{% tabs %}
{% tab title="Entry Vars" %}
**Basic regex:** A preloaded regex can be selected. (Email, phone)

**Custom regex:** A regex value must be entered if a basic regex option is not selected.

**String to evalue:** You must enter the value to be evaluated that meets the conditions of the selected or entered regex.

**Step by Step :**

Basic apphive regex

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FYv83tc6xREwy2gs95UWu%2FRegex%20Test.gif?alt=media&#x26;token=4cb700c1-786b-4b30-8e3e-659b70ec3fc1" alt=""><figcaption></figcaption></figure>

Custom regex

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FA5oKnk5c359YA0JvxOdO%2FRegex%20Test%202.gif?alt=media&#x26;token=2ad78ede-5474-438f-b781-b5e2ac693920" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & OutVars" %}
**Does not match:** It is executed if our value does not meet the conditions of the selected or entered regex.

OutVars&#x20;

`Null`

**Match:** It is executed if our value meets the conditions of the selected or entered regex.

OutVars&#x20;

`Null`

**onError**: It is executed if we do not enter or select a valid regex.

OutVars&#x20;

`Null`
{% endtab %}

{% tab title="Features" %}

{% endtab %}

{% tab title="examples" %}

{% endtab %}
{% endtabs %}
