Regular Expressions 101

Library entries

4
javascript

match brackets outside quotes

no description available
Submitted by Jerry - 8 years ago
4
javascript

url

no description available
Submitted by anonymous - 8 years ago
4
javascript

Full e-mail validator

no description available
Submitted by anonymous - 8 years ago
4
javascript

Currency Formater Accept , & .

no description available
Submitted by anonymous - 8 years ago
4
javascript

Mobile phone russia

Submitted by Johhny - 8 years ago
4
python

import url image

import url image
Submitted by bartimeys - 7 years ago
4
javascript

vowel words

([!-\~]aeiou)
Submitted by Ipsita Mohanty - 7 years ago
4
javascript

extract domain with port

no description available
Submitted by yooresh - 7 years ago
4
javascript

UK Postcode

no description available
Submitted by msyed - 7 years ago
4
pcre2

CloudFlare

Cloud Flare
Submitted by anonymous - 2 years ago
4
pcre2

Email

email format control
Submitted by ahmetbarut - 2 years ago
3
javascript

email

no description available
Submitted by anonymous - 7 years ago

Password

Vote

16

Regular Expression
javascript

/
^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%^&+=.\-_*])([a-zA-Z0-9@#$%^&+=*.\-_]){3,}$
/

Description

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