Skip to content

@technobuddha > library > RegExp

Validation

NameTypeDescription
isDomainFunctionDetermines whether the given string is a valid domain name.
isEmailFunctionDetermines whether a given string is a valid email address.
isIPV4FunctionDetermines whether the given string is a valid IPv4 address.
isIPV4LocalFunctionDetermines whether the given IPv4 address is a local (private) address.
isISODateFunctionDetermines whether a given string is a valid ISO date.