zh constant

String const zh

Regex of Chinese character.

Implementation

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