nyinaa.validators

Undocumented in source.

Members

Functions

isEmail
bool isEmail(string email)

Checks whether a string has an email address format

isIP
bool isIP(string ip)

Checks whether a string has an IP address format (both IPv4 and IPv6)

isIPv4
bool isIPv4(string ip)

Checks whether a string has an IPv4 address format

isIPv6
bool isIPv6(string ip)

Checks whether a string has an IPv6 address format

Meta