String compare checkpoint
Evaluates a variable of type string against a defined string. This evaluation includes multiple possible operators such as Greater, Equal and Not equal. The defined string may be a regular expression.
Parameters
Name | Type | Possible values | Description |
---|---|---|---|
Evaluated variable* |
Number |
The variable name to receive the string value. |
|
Operator* |
String |
Equal | Not equal | One of| Not one of| Contain | Not contain | Regexp |
The evaluation attribute to be performed on the string. |
Value* |
Number |
|
The value associated with the evaluation. |
Ignore case |
String |
False | True |
Specifies if the search pattern should be case sensitive. |
Comment |
Comment |
Adds a comment to the script. |
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the checkpoint fails. |
* Mandatory parameter