regularExpression
Returns an Operator that checks whether the value found at key variable, is matched by the given regex string.
Parameters
variable
the key to extract the value from for the comparison
regex
the target regex to check against
Returns an Operator that checks whether the value found at key variable, is matched by the given regex string.
Parameters
variable
the path to the key to extract the value from for the comparison
regex
the target regex to check against