@technobuddha > library > RegExp
Validation
| Name | Type | Description |
|---|---|---|
| isDomain | Function | Determines whether the given string is a valid domain name. |
| isEmail | Function | Determines whether a given string is a valid email address. |
| isIPV4 | Function | Determines whether the given string is a valid IPv4 address. |
| isIPV4Local | Function | Determines whether the given IPv4 address is a local (private) address. |
| isISODate | Function | Determines whether a given string is a valid ISO date. |