您的位置首页百科快答

JS正则表达式

JS正则表达式

的有关信息介绍如下:

JS正则表达式

/(?:https|http|ftp|rtsp|mms):\/\/.+\/[\w]+\.[\w]+/

(https?|ftp|rtsp|mms):\/\/[\w-]+(\.[\w-]*)*(\/\w*)*\w*\.\w*

(https|http|ftp|rtsp|mms).*\....

^[a-z]{3,5}://.*\.\w{3,5}