Module gild::validators [] [src]

This module contains all of the built-in validators

Structs

Contain

Validator that checks whether the given input contains another string

Empty

Validator that checks whether the given input is empty

IsEmail

Validator that checks whether the given input is a valid email address according to RFC 5322

MaxSize

Validator that checks whether the given is a given maximum length

MinSize

Validator that checks whether the given is a given maximum length

NotContain

Validator that checks whether the given input doesn't contain another string