Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Ph_try3
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Ph_try4
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Try5
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
codez
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Wtf
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Mascara para CPF
const cpfMask = (cpf) => { if (/[a-zA-Z]|\W/.test(cpf)) { return cpf.replace(/[a-zA-Z]|\W/, ""); } ...
Submitted by
coderpy
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Find only matching quotes
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Remove invalid phone codes from phonenumber field
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Remove invalid phone codes from phonenumber field
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Work, Episode In Quotes Capture
Helping Jeanne
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
XH1
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
XV1
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
pr
x
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
words.com /post/find/id
Used to find individual posts by id
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Xvid1
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
LIntalist bundle parser test
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
UK Postcodes
no description available
Submitted by
Riaan Joubert
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Run Test UUID
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Patrón para coincidir con máscaras de red correctas
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Patrón para detectar direcciones IP correctas
no description available
Submitted by
anonymous
-
5 years ago
1
...
519
520
521
522
523
524
525
...
573
Social Security Number - 10/09/18
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
\b
(?!
219-09-9999
|
078-05-1120
)
(?!
666
|
000
|
9
\d
{2}
)
\d
{3}
[
-
]
(?!
00
)
\d
{2}
[
-
]
(?!
0
{4}
)
\d
{4}
\b
|
\b
(?!
219099999
|
078051120
)
(?!
666
|
000
|
9
\d
{2}
)
\d
{3}
(?!
00
)
\d
{2}
(?!
0
{4}
)
\d
{4}
\b
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 5 years ago