not-allowed:检查文本是否包含不允许的单词

时间:2021-07-12 21:09:08
【文件属性】:
文件名称:not-allowed:检查文本是否包含不允许的单词
文件大小:5KB
文件格式:ZIP
更新时间:2021-07-12 21:09:08
JavaScript 不允许 检查文本是否包含不允许的单词 只需调用 app.helpers.notAllowed.check('Example text') ,如果该文本包含被拒绝的单词,它将返回一个真正的布尔值。 app.helpers.notAllowed.check('Eres un gilipollas') //true app.helpers.notAllowed.check('Eres una pütÂ') //true app.helpers.notAllowed.check('Eres mi amiga 946730012') //true (check function checks if there is a spanish telephone number or not allowed word) app.hepers.notAllowed.checkTelephone
【文件预览】:
not-allowed-master
----LICENSE(1KB)
----README.md(719B)
----notAllowed.js(11KB)

网友评论