Capture all occurrences of text
This activity searches the specified input string for all occurrences of a regular expression and store result in to array.

You can use “Join text” activity to create single string from captured items.
SharePoint Workflow Designer Phrase#
Capture all occurrences of this regular expression pattern from this text and store in Variable: variable.
Parameters
| Parameter | Description |
| this regularexpression pattern | Regular expression pattern. Look Regular Expression for more information |
| this text | The string to search for a match |
| variable | This activity will place results into an output variable |