-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We should offer string validation helpers to validate string values such as:
- ASCII
- Alpha
- Alphanumeric
- Base64
- ByteLength
- CreditCard
- DataURI
- FilePath
- Hexadecimal
- Hexcolor
- IP
- IPv4
- IPv6
- ISBN
- ISBN10
- ISBN13
- ISO3166Alpha2
- ISO3166Alpha3
- JSON
- Latitude
- Longitude
- LowerCase
- MAC
- Multibyte
- RGBcolor
- RequestURI
- RequestURL
- SSN
- URL
- UTFDigit
- UTFLetter
- UTFLetterNumeric
- UTFNumeric
- UUID
- UUIDv3
- UUIDv4
- UUIDv5
(list from https://github.com/asaskevich/govalidator)