码迷,mamicode.com
首页 > Web开发 > 详细

js从字符串中提取url

时间:2021-02-26 13:00:13      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:pre   nbsp   rgba   ftp   match   var   return   字符串   http   

1 function httpString(s) {
2     var reg = /(https?|http|ftp|file):\/\/[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]/g;
3     s = s.match(reg);
4     return (s)
5 }

 

js从字符串中提取url

标签:pre   nbsp   rgba   ftp   match   var   return   字符串   http   

原文地址:https://www.cnblogs.com/gaowy/p/14446849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!