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 2,280 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
e
Python
e
Submitted by
anonymous
-
4 years ago
2020-02-03 11:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Clerk Receipts
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-03 14:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DIAM_METHOD
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 09:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BlueCat Get Authentication Token for API Login
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-06 15:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
show interfaces status
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-06 16:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-06 18:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
scst.conf parser - Target attribute splitter
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-13 18:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DOI
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-18 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MilestoneQ3
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 03:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name extraction for Dad
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 13:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match substring before and after character
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 19:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Websites for IPK projekt
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 13:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FirstVar11
Python
ONE reg expression to use
Submitted by
anonymous
-
4 years ago
2020-02-29 14:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date dd-mm-yyyy
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-01 10:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Numbers except integers starting with zero
Python
matches: 1234 .0123 0.123 no matches:...
Submitted by
anonymous
-
4 years ago
2020-03-01 11:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPV4
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-03 19:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
investigator_Name_Tier
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-05 10:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pig Latin Tester
Python
A learning experience
Submitted by
anonymous
-
4 years ago
2020-03-06 18:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Python google docstring format - return section
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-07 16:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Парсинг письма "Запись на прием"
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-09 22:42
1
...
87
88
89
90
91
92
93
...
114
Address Match
1
3 upvotes, 2 downvotes (score 23.1%) (You must be signed in to vote)
Regular Expression
Python
r"
(?P<Address>
(?:
\d
+
\s
+
.
+
\s
+
(?:
st
|
street
|
ave
|
avenue
|
dr
|
drive
|
way
|
lane
)
\.
?
)
)
"
gi
Open regex in editor
Description
Loading markdown...
Submitted by
Awk
-
8 years ago
2015-11-16 15:43