Contains Text
Category
String Commands
Description
This command performs an ordinal (case-sensitive and culture-insensitive) comparison. Use this command when you want to comparison.
Parameters
- Text
Supply text to be searched for substring, e.g., Hello World.
- Substring Text
Supply the substring to be searched in the Text, e.g., World.
- Result
Indicate the variable to receive the result.
Returned Value
This command does not have returned value.
Example Usage
- Example Location:
BYpass\Examples\String Commands\Contains Text\Contains Text.xml