Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-05-06 10:49
Flavor·ECMAScript (JavaScript)

/
^((http)|(https)|(rtp)|(rtsp)|(udp)):\/\/
/
gm
Open regex in editor

Description

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

Submitted by anonymous