regexZhAll constant

String const regexZhAll

提取所有中文,包括标点符号

Implementation

static const String regexZhAll = "[^\\x00-\\xff]+";