Python wtforms.validators Module
This page shows the popular functions and classes defined in the
wtforms.validators module.
The items are ordered by their popularity in 40,000 open source Python projects.
If you can not find a good example below, you can try
the search function
to search modules.
-
Used in 117 projects
-
2. Length()Used in 89 projects
-
3. Email()Used in 76 projects
-
4. Required()Used in 46 projects
-
Used in 42 projects
-
6. EqualTo()Used in 37 projects
-
7. Optional()Used in 34 projects
-
Used in 21 projects
-
9. Regexp()Used in 21 projects
-
10. NumberRange()Used in 21 projects
-
11. URLUsed in 18 projects
-
12. required()Used in 15 projects
-
13. length()Used in 11 projects
-
14. IPAddress()Used in 6 projects
-
15. AnyOf()Used in 6 projects
-
16. StopValidation()Used in 6 projects
-
17. optional()Used in 5 projects