Capture all occurrences of text

⌘K

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.

capture_all_occurrences_of_text_1

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

ParameterDescription
this regularexpression patternRegular expression pattern. Look Regular Expression for more information
this textThe string to search for a match
variableThis activity will place results into an output variable

How can we help?