Regular Expressions 101

Community Patterns

check the URL

0

Regular Expression
ECMAScript (JavaScript)

/
^http[s]?:\/\/.+$
/

Description

Submitted by anonymous - 6 years ago