Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-20 11:35
Flavor·PCRE (Legacy)

/
^((http|https)\:\/\/|)([\w]+\.)+\w+($|[\w\/\.]+$|[\w\/\.]+\?[\w\=\&\.]+$)
/
mg
Open regex in editor

Description

validate a url with or without query string and scheme

Submitted by Ganey