搜索文档
isSpecialChar(value): boolean
value
boolean
检查是否为特殊字符
string
是否为特殊字符
Example
isSpecialChar('abc'); // => false isSpecialChar('abc@'); // => true