kisIPv6 method

bool kisIPv6(
  1. String s
)

检查字符串是否为ipv6

Implementation

bool kisIPv6(String s) => matches(_RegexConst.ipv6);