Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 525 Bytes

validators.rst

File metadata and controls

30 lines (16 loc) · 525 Bytes

Validators

Built in validators

These validators are provided with odin.

odin.validators

RegexValidator

URLValidator

MaxValueValidator

MinValueValidator

LengthValidator

MaxLengthValidator

MinLengthValidator

Odin also includes a helper method for generating simple validators.

simple_validator