Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 5,820 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
updated gettyimages link and id extractor
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-10-24 12:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Busca espacios consecutivos
ECMAScript (JavaScript)
Busca espacios consecutivos entre palabras, dos o mas espacios consecutivos.
Submitted by
anonymous
-
7 years ago
2016-10-24 21:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
formula to Calculate with parameter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-10-25 04:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Formula to Calcular sin Parametros
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-10-25 05:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Newt word in text
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-10-28 13:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date-Time
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-10-28 22:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex dat URL
ECMAScript (JavaScript)
When you need to get parts of your URL nicely.
Submitted by
anonymous
-
7 years ago
2016-10-31 16:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove Comma, Spaces and Middle Initial
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-10-31 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone number extraction
ECMAScript (JavaScript)
I have +919535872103 adf I have +91-9535872103 adf I have +91(953)5872103 adf I have +91-(953)5872103 adf I have +91-(953) 5872103 adf I have +91 (953) 5872103 adf...
Submitted by
anonymous
-
7 years ago
2016-11-01 07:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Twitter hashtags
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-03 11:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Look first character that are special chracters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-06 08:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email
ECMAScript (JavaScript)
Regex to validate and get info from email string
Submitted by
anonymous
-
7 years ago
2016-11-07 14:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
California Medicaid (Medi-Cal) ID Validator
ECMAScript (JavaScript)
California Medicaid (Medi-Cal) ID Validator Verifies a series of 8 Digits, 1 Char, and 5 Digits together.
Submitted by
anonymous
-
7 years ago
2016-11-08 11:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match \
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-08 18:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TELÉFONO INTERNACIONAL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-09 14:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DNI español
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-09 14:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CCC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-09 14:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Мой рег
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-11 20:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ruangan SLC 2016
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-14 10:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Website Address Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-15 09:18
1
2
3
4
5
...
291
Split quotes and single words
6
10 upvotes, 4 downvotes (score 45.4%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
"
(
[^
"
\\
]
*
(?:
\\
.
[^
"
\\
]
*
)*
)
"
|
\w
+
|
'
(
[^
'
\\
]
*
(?:
\\
.
[^
'
\\
]
*
)*
)
'
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
LoveIsGrief
-
10 years ago
2013-12-29 18:41