UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

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