1. 首页
  2. 数据库
  3. 其它
  4. url regex:用于匹配URL的正则表达式 源码

url regex:用于匹配URL的正则表达式 源码

上传者: 2021-02-17 10:12:48上传 ZIP文件 6.21KB 热度 15次
网址正则表达式 匹配网址的正则表达式 基于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
用户评论