分享几个较常用的正则表达式

文本匹配提取URL链接var targetText = '白也的笔记本:baiyeovo.cn'; var re = /((https?|ftp|file):\/\/)?([\da-z\.-]+)\.([a-z\....