Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-03-30 07:40
Flavor·PCRE (Legacy)

/
(^$|(http(s)?:\/\/)([\w-]+\.)+[\w-]+([\w- ;,.\/?%&=]*))
/
Open regex in editor

Description

This will validate whether you starts with http(s)://

Submitted by Sanal Menon Kalipurayath