Regular Expressions 101

Community Patterns

check behance profile url

0

Regular Expression
ECMAScript (JavaScript)

/
(http(s?):\/\/)?(www\.)?behance\.([a-z])+\/([A-Za-z0-9]{1,})
/
i

Description

check if a behance profile url is valid

Submitted by Kelechi Apugo - 2 years ago