top of page

E2F: Get All Matching Regex Patterns

Leverage the Get All Matching Regex Patterns apex action to execute a regular expression to find all pattern matches.

Inputs

Input

The input string that contains the pattern.  For example, the email subject.

Input

The input string that contains the pattern.  For example, the email subject.

Seperator

The separator to leverage in the returned pattern list.  For example, “;”.

Outputs

All Matched Text

If the pattern found matches, all matches are returned with the separator.

​Matches Found

The number of matching patterns found.

isSuccess

​Set to True if the apex action was successful.  Set to False if an error was encountered.

Error Message

If status is “Fail”, the message of the error encountered

bottom of page