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 REST Name Type Default Description
Evaluated variable* variable STRING
The variable name to receive the string value.
Operator* operator
equal (Equal)
not-equal (Not equal)
one-of (One of)
not-one-of (Not one of)
contain (Contain)
not-contain (Not contain)
regexp (Regexp)
STRING
The evaluation to be performed on the string.
Equal
Not equal
One of
Not one of
Contain
Not contain
Regexp
Value* value STRING
The value associated with the evaluation.

* Mandatory parameter