Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-11-22 14:42
Flavor·ECMAScript (JavaScript)

/
^https?:\/\/(www\.)?
/
g
Open regex in editor

Description

Remove leading "http://" or "https://" and optionally a "www." for look up

Submitted by anonymous