Regular Expressions 101

Community Patterns

Github Profile URL

0

Regular Expression
ECMAScript (JavaScript)

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

Description

It checks whether the Github Profile URL is valid.

Submitted by anonymous - 6 years ago