any-match:确定单个匹配项是否与stringsnumbersregexes数组一起存在

时间:2024-05-28 14:47:00
【文件属性】:

文件名称:any-match:确定单个匹配项是否与stringsnumbersregexes数组一起存在

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-28 14:47:00

nodejs regex regexp match JavaScript

任何比赛 确定单个匹配项是否与字符串/数字/正则表达式数组一起存在。 安装 >= 6 。 要安装,请在命令行中输入以下命令: npm install any-match 用法 const anyMatch = require ( 'any-match' ) ; anyMatch ( 'a' , [ 'a' , 'b' ] ) ; //-> true anyMatch ( 'c' , [ 'a' , 'b' ] ) ; //-> false anyMatch ( 1 , [ 0 , 1 ] ) ; //-> true anyMatch ( 'abc' , [ / ^ abc $ / ] ) ; //-> true


【文件预览】:
any-match-master
----.travis.yml(72B)
----index.js(223B)
----test.js(1KB)
----package.json(875B)
----LICENSE(1KB)
----.gitignore(62B)
----README.md(950B)

网友评论