Regular Expressions 101

Library entries

2
javascript

Angular 2 property access

no description available
Submitted by jros - 7 years ago
1
javascript

Vowel words

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

Non vowel words

/\b(+)\b/ig
Submitted by regexe - 7 years ago
0
javascript

3-50 all

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

vowel words

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

Telefono Local venezuela

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

Telefono celular venezuela

no description available
Submitted by anonymous - 7 years ago
0
javascript

Email

validate email address
Submitted by anonymous - 7 years ago
1
javascript

city names

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

email for .com & .co.in

email validation
Submitted by Chanti - 7 years ago
1
javascript

Singapore Phone

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

-

hjk
Submitted by hjk - 7 years ago

dd-mm-yyyy

Vote

1

Regular Expression
javascript

/
(^0[1-9]|[12][0-9]|3[01])-(0[1-9]|1[0-2])-(30[19|20]\d\d$)
/

Description

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