Skip to content

Commit 2e2394c

Browse files
committed
Add readme for not match
1 parent b6c188e commit 2e2394c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Available built-in validators include:
5555
- `FormBuilderValidators.integer()` - requires the field's value to be an integer.
5656
- `FormBuilderValidators.ip()` - requires the field's value to be a valid IP address.
5757
- `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.
5859
- `FormBuilderValidators.max()` - requires the field's value to be less than or equal to the provided number.
5960
- `FormBuilderValidators.maxLength()` - requires the length of the field's value to be less than or equal to the provided maximum size.
6061
- `FormBuilderValidators.maxWordsCount()` - requires the word count of the field's value to be less than or equal to the provided maximum count.

0 commit comments

Comments
 (0)