Regular Expressions 101

Community Patterns

redirect to https and non www

1

Regular Expression
ECMAScript (JavaScript)

/
^.*?\b(?!www\.)((?:[\w-]+\.)+[\w-]+).*$
/
gm

Description

no description available

Submitted by anonymous - 8 years ago