Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-23 21:24
Flavor·PCRE2 (PHP)

/
((http[s]?\:\/\/)|(ww(w|\d{1,3})\.))
/
gm
Open regex in editor

Description

http https www - ww1 - ww999

Submitted by Andy