Community Patterns

Community Library Entry

13

Regular Expression
Created·2014-09-24 08:41
Flavor·PCRE (Legacy)

/
(((ftp|http|https):\/\/)|(\/)|(..\/))(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?
/
Open regex in editor

Description

Validates -

  1. URLs with schemes - http, https and ftp

  2. Relative URL starting with / and ../

Submitted by anonymous