url regex:用于匹配URL的正则表达式 源码
网址正则表达式 匹配网址的正则表达式 基于Diego Perini的。 安装 $ npm install url-regex 用法 const urlRegex = require ( 'url-regex' ) ; urlRegex ( ) . test ( 'http://github.com foo bar' ) ; //=> true urlRegex ( ) . test ( 'www.github.com foo bar' ) ; //=> true urlRegex ( { exact : true } ) . test ( 'http://github.com foo bar
文件列表
url-regex-master.zip
(预估有个12文件)
url-regex-master
index.test-d.ts
189B
.gitattributes
19B
test.js
5KB
license
1KB
.travis.yml
44B
index.d.ts
1KB
.npmrc
19B
.editorconfig
175B
.gitignore
23B
暂无评论