REGEX_ZH constant

String const REGEX_ZH

Regex of Chinese character.

Implementation

static const String REGEX_ZH            =
    "^[\\u4e00-\\u9fa5]+\$";