Categorygithub.com/elmasy-com/identify
modulepackage
1.1.0
Repository: https://github.com/elmasy-com/identify.git
Documentation: pkg.go.dev

# README

identify

Go Reference

# Functions

IsDomainName checks if a string is a presentation-format domain name (currently restricted to hostname-compatible "preferred name" LDH labels and SRV-like "underscore labels".
IsValidIP checks whether ip is valid IP address.
IsValidIPv4 checks whether ip is valid IPv4 address.
IsValidIPv6 checks whether ip is valid IPv6 address.
IsValidPort checks whether p is valid port number.

# Interfaces

No description provided by the author
No description provided by the author