UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

8 lines (7 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var REG_2_OR_3_CN_CHARS = /^[\u4e00-\u9fa5]{2,3}$/; function isCnChars2Or3(str) { return REG_2_OR_3_CN_CHARS.test(str); } exports.default = isCnChars2Or3;