File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ In alphabetical order:
2121
2222In 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
You can’t perform that action at this time.
0 commit comments