Regular Expressions 101

Sponsors

Library entries

-1
javascript

get only ids

no description available
Submitted by anonymous - 6 years ago
-1
javascript

Passwords

no description available
Submitted by anonymous - 6 years ago
-1
javascript

Discord Emojis

no description available
Submitted by anonymous - 6 years ago
-1
javascript

Email validation

no description available
Submitted by anonymous - 5 years ago
-2
javascript

email regexp

no description available
Submitted by anonymous - 6 years ago
-2
javascript

non-negative integer

repeat ... refactor
Submitted by jay johnson - 9 years ago
-2
javascript

email

no description available
Submitted by anonymous - 9 years ago
-2
javascript

Select ID from regex101 URL

no description available
Submitted by Vinay - 9 years ago
-2
javascript

Header `Link` validator

no description available
Submitted by Vaseker - 9 years ago
-2
javascript

Matching HTML attributes

no description available
Submitted by anonymous - 9 years ago
-2
python

example

match
Submitted by anonymous - 9 years ago
-2
python

eee

no description available
Submitted by anonymous - 9 years ago
-2
javascript

valid windows file name

no description available
Submitted by Mitacha - 8 years ago

Username with "_" "-"

Vote

12

Regular Expression
javascript

/
^(?=.{3,20}$)(?![_.-])(?!.*[_.-]{2})[a-zA-Z0-9_-]+([^._-])$
/

Description

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