正则表达式匹配github配置文件URL

时间:2016-10-11 10:51:25

标签: javascript regex validation

如果有人知道正则表达式验证github个人资料网址,请帮助我。 我试过下面的链接,但没有得到很多帮助。 https://github.com/jonschlinkert/is-git-url/blob/master/index.js

1 个答案:

答案 0 :(得分:0)

尝试一下:

/ ^(?:http(s)?://)?[\ w.-] +(?:。[\ w.-] +)+ [\ w -._〜:/?#[ ] @!$&'()\ +,; =。] + $ /