Expand description
Validation utilities
Functionsยง
- is_
alphanumeric - Check if a string is alphanumeric
- is_
email - Check if a string is a valid email address
- is_
numeric - Check if a string is numeric
- is_
phone - Check if a string is a valid phone number (basic international format)
- is_url
- Check if a string is a valid URL
- length_
between - Check if a string is within length bounds
- max_
length - Check if a string has maximum length
- min_
length - Check if a string has minimum length