Regular Expressions 101

Community Patterns

regex test web url

0

Regular Expression
ECMAScript (JavaScript)

/
^((http)|(https)|(rtp)|(rtsp)|(udp)):\/\/
/
gm

Description

regex test web url strarting from http, https, rtp, rtsp, udp with ://

Submitted by anonymous - 5 years ago