UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

5 lines (4 loc) 141 B
var REG_2_OR_3_CN_CHARS = /^[\u4e00-\u9fa5]{2,3}$/; export default function isCnChars2Or3(str) { return REG_2_OR_3_CN_CHARS.test(str); }