Regular Expressions 101

Sponsors

Library entries

0
python

Synop

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

Float number regex

Float number without letters and symbols
Submitted by anonymous - 4 years ago
0
python

feetinches1

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

Words that start with...

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

Find email address in a string.

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

DOI matcher

Matches any valid DOI
Submitted by jpowell - 8 years ago
0
python

test

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

1

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

get youtube vid ID

match #2
Submitted by parzivail - 8 years ago

Validate Social Security Number

Vote

0

Regular Expression
python

"
^(?!\b(\d)\1+\b)(?!123456789|002281852|042103580|062360749|078051120|095073645|128036045|135016629|141186941|165167999|165187999|165207999|165227999|165247999|189092294|212097694|212099999|306302348|308125070|468288779|549241889)(?!000|666|9\d{2})\d{2}(?!00)\d{2}(?!0{4})\d{4}$
"

Description

Loading markdown...
Submitted by Jacob O'Dea - 8 years ago