# Functions
CleanAddress cleans the input address before returning it.
IsValidAddress returns a boolean indicating whether the specified address is valid.
IsValidAddressErr check whether the specified address is valid and returns error.
# Variables
HostnameRegex is the regex for valid hostnames.
IPV4Regex is the regex for valid IPv4 addresses.