isIP method

bool isIP()

是否匹配ip地址

Implementation

bool isIP() => _matches(RegexConst.ip);