# Match

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: <https://github.com/FrendsPlatform/Frends.Regex/tree/main/Frends.Regex.Match>

{% 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   |
| ---------------------------- | ------------- |
| Matches : `List<RegexMatch>` | Match result. |
| {% endtab %}                 |               |

{% tab title="Changelog" %}

## Changelog

### \[1.0.0] - 2024-12-31

#### Changed

* Initial implementation
  {% endtab %}
  {% endtabs %}
