# checkExpression

checkExpression 校验输入的字符串是否符合web安全和禁止输入表情

# 代码演示

# Demo

import { checkExpression } from 'm-utilsdk/index';

let str='11111'
checkExpression(str); // -> true