---
title: "@RegexFind"
---
Finds all matches of a regular expression in a string, optionally returning only a matched group.
@RegexFind(Text, MatchExpression, [MatchGroup])| Name | Description | 
|---|---|
| ☆ Text | The string to search for replacements. | 
| ☆ MatchExpression | The regular expression used to search the first argument. | 
| MatchGroup | When specified, the name or index of each match subexpression to return instead of the entire match. |