Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 521 Bytes

string-comparison-rule.adoc

File metadata and controls

32 lines (22 loc) · 521 Bytes

String comparison rule

Description

Defines how string values should be compared.

Possible values

Plain Readable Description

IS_EQUAL_TO

is equal to

Verify that string value is equal to another string value

CONTAINS

contains

Verify that string value contains another string value

DOES_NOT_CONTAIN

does not contain

Verify that string value does not contain another string value

MATCHES

matchers

Verify that string value matches regular expression