Regular Expressions 101

Library entries

6
javascript

Email with + symbol

email that accepts the plus (+) symbol
Submitted by luckcheese - 8 years ago
-4
javascript

Email with + symbol

email that accepts the plus (+) symbol
Submitted by luckcheese - 8 years ago
1
python

Mod4 Regex

Mod4 Regex Sapzip
Submitted by re4lfl0w - 8 years ago
1
python

formais

1b
Submitted by ziul - 8 years ago
1
python

formais

exercicios formais
Submitted by luizurias - 8 years ago
-3
javascript

Html Tags

Matches HTML structure
Submitted by sagar - 8 years ago
2
python

IPv4 Validator

no description available
Submitted by dannyo - 8 years ago
1
javascript

password matching

no description available
Submitted by scopevale - 8 years ago
1
javascript

Spell Checker Test

For use in testing SpellChecker(MHApps)
Submitted by Matt - 8 years ago
1
python

Ordinal

Matches ordinal numbers
Submitted by D - 8 years ago
1
javascript

huj

no description available
Submitted by anonymous - 8 years ago

Validate Social Security Number

Vote

0

Regular Expression
python

r"
^(?!\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