Regular Expressions 101

Library entries

-2
pcre

Sample

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

almost any similar word

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

Words that start with...

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

Repeated words (JS)

no description available
Submitted by paconaranjo - 9 years ago
1
pcre

Repeated phrases in one

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

Parasite subtitles

no description available
Submitted by Andrey Spiridonov - 9 years ago
2
pcre

Repetitions

More than three words repeated in 3.
Submitted by paconaranjo - 9 years ago
1
python

Path to devices

no description available
Submitted by Airam - 9 years ago
-3
pcre

British Postcode Check

no description available
Submitted by guest - 9 years ago
-3
pcre

british postcode check

no description available
Submitted by anonymous - 9 years ago

US Zip Code Validation

Vote

1

Regular Expression
javascript

/
^(?!0{5})(?!0{4})[0-9]{5}$
/
gm

Description

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