has-regex-chars:如果字符串具有正则表达式特殊字符,则返回 true

时间:2024-07-12 10:20:22
【文件属性】:

文件名称:has-regex-chars:如果字符串具有正则表达式特殊字符,则返回 true

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-12 10:20:22

JavaScript

has-regex-chars 如果字符串具有正则表达式特殊字符,则返回 true。 使用安装 npm i has-regex-chars --save 用法 var hasRegexChars = require ( 'has-regex-chars' ) ; hasRegexChars ( '$100' ) ; //=> true // all of the following are `true` hasRegexChars ( '(' ) ; hasRegexChars ( ')' ) ; hasRegexChars ( '*' ) ; hasRegexChars ( '+' ) ; hasRegexChars ( '.' ) ; hasRegexChars ( '/' ) ; hasRegexChars ( '?' ) ; hasRegexChars ( '[' ) ; ha


【文件预览】:
has-regex-chars-master
----.travis.yml(89B)
----index.js(450B)
----test.js(1006B)
----package.json(899B)
----LICENSE(1KB)
----.gitignore(119B)
----.verb.md(842B)
----README.md(1KB)
----.jshintrc(281B)
----.editorconfig(295B)
----.gitattributes(15B)

网友评论