Developer.String Contains
Description
Checks whether a given string contains a given element.
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
- Ignore Case: Specifies whether to ignore the case of the compared strings.
- Input: Input string to be searched in.
- Search for: The element to search in the Input variable.
Output
- Result: Search result (true/false).