Regular Expressions 101

Library entries

-3
javascript

Html Tags

Matches HTML structure
Submitted by sagar - 8 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
javascript

valid windows file name

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

Comma-separated numbers with ranges

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

Strict email validation

no description available
Submitted by anonymous - 8 years ago

password strength

Vote

-5

Regular Expression
javascript

/
^(?!.*\s)(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[\!\@\#\$\%\^\&\*\(\)\-\=\¡\£\_\+\`\~\.\,<\>\/\?\;\:\'\"\\\|\[\]\{\}]).{8,120}$
/

Description

Loading markdown...
Submitted by razvanz - 8 years ago