isZh method

bool isZh()

是否汉字

Implementation

bool isZh() => '〇' == this || _matches(RegexConst.zh);