regexZh constant

String const regexZh

Regex of Chinese character.

Implementation

static const String regexZh = '[\\u4e00-\\u9fa5]';