Expand description
Mobile phone number validation with locale support
This module provides comprehensive mobile phone validation for different countries and locales. It supports over 150 country/locale combinations.
Structs§
- Mobile
Options - Options for mobile phone validation
Enums§
- Locale
- Locale type for validation
Functions§
- get_
supported_ locales - Returns a list of all supported locales
- is_
mobile_ phone - Validates a mobile phone number with locale and options
- is_
valid_ phone - Validates a mobile phone number (convenience function using ‘any’ locale)