Expand description
Validator functions for String
types
Functionsยง
- an_
email - Validates a string is a valid email address
- matching
- Validates a string matches a given regex pattern
- no_
longer_ than - Validates a string is shorter than a given length
- no_
shorter_ than - Validates a string is longer than a given length
- not_
empty - Validates that a string is not empty