Regular Expressions 101

check the URL

0

Regular Expression
ECMAScript (JavaScript)

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

Description

Submitted by anonymous - 6 years ago