top of page
E2F: Get Regex Pattern
Leverage the Get Regex Pattern apex action to execute a regular expression to find a pattern match.
Inputs
Input
The input string that contains the pattern. For example, the email subject.
Regex Pattern
The Regex pattern to search. Common REGEX Validation (salesforce.com)
Outputs
Matched Text
If the pattern found a match, the first match 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