Developer.String Contains
Description
Checks whether a selected element contains a specific expression.
Properties
Analyst
- Description: Optional text for documentation purposes.
Common
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
Input
- Pattern: Regex pattern used to search for.
- Input: The string to be searched for matches.
- Regex Option: A bitwise combination of the enumeration values that specify options for matching.
Output
- Is Match: Returns true or false whether the selected pattern was found.
For more information on regular expressions, see the section on Is Regex Match within the Hyland RPA Designer documentation.