isChineseOrDigits property

bool get isChineseOrDigits

Implementation

bool get isChineseOrDigits =>
    matchRegExp("$_chinese$_digits$_space$_punctuation");