regexZh constant
String
const regexZh
Regex of Chinese character.
Implementation
static const String regexZh = '[\\u4e00-\\u9fa5]';
Regex of Chinese character.
static const String regexZh = '[\\u4e00-\\u9fa5]';