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
用户评论