Check if a string is a valid IPv6 address.
Due to the compatibility of IPv6 notations, an IPv4 address is also a valid IPv6 address.
The string to be checked.
True if the input is a valid IPv6 address, false otherwise.
Check if a string is a valid IPv6 address.