The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead. Examples:
The input string must match exactly the string specified here. Examples:
If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher data will match both input string Data and data if set to true.
The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead. Examples:
The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: