isURL method

bool isURL()

是否匹配url

Implementation

bool isURL() => _matches(RegexConst.url);