Skip to content

String validators #17

@typerandom

Description

@typerandom

We should offer string validation helpers to validate string values such as:

  • ASCII
  • Alpha
  • Alphanumeric
  • Base64
  • ByteLength
  • CreditCard
  • DataURI
  • Email
  • 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions