Checks if string is IPv6. 检查字符串是否为ipv6
static bool isIPv6(String s) => RegexUtils.hasMatch(s, RegexConstants.ipv6);