hasZh property

bool get hasZh

是否含有中文

Implementation

bool get hasZh => hasMatch(r"[\u4E00-\u9FA5\uF900-\uFA2D]");