// 特殊字符&表情
const regEn = /[`~!@#$%^&*()_+<>?:"{},./;’[]]/im;
const regCn = /[·!#¥(——):;“”‘、,|《。》?、【】[]]/im;
const regEmoji = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;
// 特殊字符&表情
const regEn = /[`~!@#$%^&*()_+<>?:"{},./;’[]]/im;
const regCn = /[·!#¥(——):;“”‘、,|《。》?、【】[]]/im;
const regEmoji = /[\uD800-\uDBFF][\uDC00-\uDFFF]/;