Regular Expressions 101

Community Patterns

Full URL regex

0

Regular Expression
ECMAScript (JavaScript)

/
(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\%\?\=\/\w \.-]*)*\/?$
/
g

Description

Loading markdown...
Submitted by anonymous - 7 years ago