Developer.String Contains
Description
Checks whether a selected element contains a certain 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 to match.
- Input: The string to be searched for matches.
- Regex Option: A bitwise combination of the enumeration values that specify options for matching.
Output
- First Match: First match as a string.
- Result: The collection of found matches.
For more information on regular expressions, see the section on Is Regex Match within the Hyland RPA Designer documentation.