Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-09-28 22:12
Flavor·PCRE (Legacy)

/
^(?!http|$)
/
gm
Open regex in editor

Description

Used this to help with the migration of urls that did not begin with with an http or https protocol.

Submitted by anonymous