File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Available built-in validators include:
55
55
- ` FormBuilderValidators.integer() ` - requires the field's value to be an integer.
56
56
- ` FormBuilderValidators.ip() ` - requires the field's value to be a valid IP address.
57
57
- ` FormBuilderValidators.match() ` - requires the field's value to match the provided regex pattern.
58
+ - ` FormBuilderValidators.notMatch() ` - requires the field's value to not match the provided regex pattern.
58
59
- ` FormBuilderValidators.max() ` - requires the field's value to be less than or equal to the provided number.
59
60
- ` FormBuilderValidators.maxLength() ` - requires the length of the field's value to be less than or equal to the provided maximum size.
60
61
- ` FormBuilderValidators.maxWordsCount() ` - requires the word count of the field's value to be less than or equal to the provided maximum count.
You can’t perform that action at this time.
0 commit comments