isTel method

bool isTel()

是否匹配电话号码

Implementation

bool isTel() => _matches(RegexConst.tel);