regexZh constant

String const regexZh

Regex of Chinese character.

Implementation

static const String regexZh = r"[\u4E00-\u9FA5\uF900-\uFA2D]";