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 7,780 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sort3
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-11-04 15:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Check a date in an invoice
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-11-03 16:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
()
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-11-03 13:26
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)
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)
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)
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)
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)
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)
Exclude free emails
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-10-27 22:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MAC address
Python
6 pairs of hexadecimal characters separated by either 5 dashes, or 5 colons, or no separators at all. Mixture of separators not allowed.
Submitted by
anonymous
-
7 years ago
2016-10-27 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find system identifiers/account (uuid, NetBios, etc.)
Python
uuid, Windows Accounts (NetBios), etc.
Submitted by
anonymous
-
7 years ago
2016-10-26 23:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
identify service accounts
Python
identify service accounts by common nomenclature types
Submitted by
Goran Biljetina
-
7 years ago
2016-10-26 23:34
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)
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)
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)
updated gettyimages link and id extractor
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-10-24 12:53
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Full URLs (by dpmontero.es)
Python
Get all URLs: www.lapagina.com pagina.com http://www.lapagina.com http://pagina.com https://www.lapagina.es
Submitted by
anonymous
-
7 years ago
2016-10-21 09:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Extract all telephones in text
Python
Find all telephones in text: 968123123 968 123 123 968.123.123 968 12 12 12
Submitted by
anonymous
-
7 years ago
2016-10-21 08:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PostfixParserMinimal
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-10-20 11:53
1
...
297
298
299
300
301
302
303
...
389
Find PHP object variables
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Regular Expression
Python
r"
\$
(
[
\w
]
+
)
->
(
[^
\W
]
+
)
"
g
Open regex in editor
Description
Loading markdown...
Submitted by
The Milkman
-
7 years ago
2016-06-22 15:33