# IsMatch

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code:

{% tabs %}
{% tab title="Parameter: Input" %}

| Name                         | Description                                                                                          |
| ---------------------------- | ---------------------------------------------------------------------------------------------------- |
| InputText : `String`         | <p>Text to be examined.</p><p><br>Default: <code>-</code><br>Example: <code>Example text.</code></p> |
| RegularExpression : `String` | <p>Regular expression pattern.</p><p><br>Default: <code>-</code><br>Example: <code>abc\*</code></p>  |
| {% endtab %}                 |                                                                                                      |

{% tab title="Result: Result" %}

| Name                | Description                                               |
| ------------------- | --------------------------------------------------------- |
| IsMatch : `Boolean` | <p>IsMatch result.<br>Example: <code>true</code></p>      |
| Data : `String`     | <p>Matching values.<br>Example: <code>{foobar}</code></p> |
| {% endtab %}        |                                                           |
| {% endtabs %}       |                                                           |
