Matches Pattern single field
single field
Asserts that a field must match a pattern.
Accepted Field Types | |
---|---|
String |
Example
Date_of_Payment
matches the pattern \d{4}-\d{2}-\d{2}
.
The [field_name]
value of '[x value]
' does not matche the pattern [pattern]
In [field_names]
, [x]
% do not match the pattern [pattern]
.
Last update:
September 29, 2023