REGEX_ZH constant
String
const REGEX_ZH
Regex of Chinese character.
Implementation
static const String REGEX_ZH =
"^[\\u4e00-\\u9fa5]+\$";
Regex of Chinese character.
static const String REGEX_ZH =
"^[\\u4e00-\\u9fa5]+\$";