Checks whether a string has an IPv6 address format
the IPv6 address to do check on
assert(isIPv6("2001:db8:0:1:1:1:1:1")); assert(!isIPv6("2001:db8:0:1:1:1:1:1xxx"));
See Implementation
Checks whether a string has an IPv6 address format