Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-10-15 14:57
Flavor·ECMAScript (JavaScript)

/
((?:http:\/\/+|www\.+|https:\/\/+)(?:\W+|\S+|\s+|.+)(?:\.net+|\.ro+))
/
mgi
Open regex in editor

Description

Urls ending with a specific domain

Submitted by anonymous