Skip to content

Commit 4b0dbc3

Browse files
committed
update
1 parent 8b693ce commit 4b0dbc3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/classes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ In alphabetical order:
2121

2222
In alphabetical order:
2323

24-
- **EmailValidator**: Validate email addresses
25-
- **ExpressionValidator**: Numeric expressions (>, >=, <, <=)
26-
- **IntValidator**: Validate whole numbers
27-
- **MaxLengthValidator**: Set a maximum input length
28-
- **MinLengthValidator**: Set a minimum input length
29-
- **RegexValidator**: Validate against a regular expression
30-
- **RequiredValidator**: Field cannot be empty
31-
- **UrlValidator**: Validate a URL (http only)
24+
- **Email**: Validate email addresses
25+
- **Expression**: Numeric expressions (>, >=, <, <=)
26+
- **Integer**: Validate whole numbers
27+
- **MaxLength**: Set a maximum input length
28+
- **MinLength**: Set a minimum input length
29+
- **Regex**: Validate against a regular expression
30+
- **Required**: Field cannot be empty
31+
- **Url**: Validate a URL (http only)
3232

3333
## Tree
3434

0 commit comments

Comments
 (0)