Community Patterns

Community Library Entry

2

Regular Expression
Created·2014-05-06 04:14
Flavor·PCRE (Legacy)

/
^((http|https):\/\/)?(www[0-9]\.)?(([A-Za-z0-9_-])+\.{1})+([A-Za-z]{2,4}|\<[^<>]+\>)(\/([A-Za-z0-9_-])+)*(\/)?$
/
mg
Open regex in editor

Description

https://www.google.com http://www.google.net/hello https://www.google.<var> http://www.google.<hello>/hello

above url matching with given regex

Submitted by Duleep Dissanayaka