true if valid, false otherwise.bool isValidIPv6(string h) @safeValidate an IPv6 address literal.
This is a pragmatic validator that supports compressed forms and embedded IPv4 tails. It does not attempt full RFC 5952 canonicalization.
h | IPv6 address string (no brackets, no zone id). |
true if valid, false otherwise.