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)
Regex Match all characters between two strings
Python
(location=)(.*)(%2C%20TX) 'https://www.airbnb.com/rooms/18520444?location=Cleveland%2C%20TX'
Submitted by
anonymous
-
6 years ago
2018-02-17 22:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
$DMY
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-02-27 12:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RFC-5322 3.4 Compliant Email Pattern
Python
This is a minimal RCF-5322 section 3.4 compliant address pattern.
Submitted by
anonymous
-
6 years ago
2018-02-27 15:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
<a href="()"/> domain name
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-02-27 19:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Go Duration Matching
Python
Pattern used to validate Go durations as specified.
Submitted by
anonymous
-
6 years ago
2018-02-27 19:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
vnc4 match
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-03-16 14:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Question Search
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-03-18 18:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PO Box# Parser
Python
Parse the box number out of a PO or PO Box or Postal Box or Box
Submitted by
anonymous
-
6 years ago
2018-04-07 20:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Default Nginx Logs
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-10 19:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Docker Image Tag Parsing
Python
Parses docker image tages into repository, name, and tag
Submitted by
anonymous
-
6 years ago
2018-04-13 18:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ipv6 per line
Python
ipv6 per line
Submitted by
anonymous
-
6 years ago
2018-04-14 18:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ipv4 per line
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-14 18:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date tests
Python
A collection of dates used for the Data Science with Python course
Submitted by
anonymous
-
6 years ago
2018-04-18 00:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
date
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-20 00:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
method
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-20 15:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jenkins plugin scan
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-20 20:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-21 15:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Taller 1 ID
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-22 15:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Strings
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-04-27 14:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
wstażka
Python
no description available
Submitted by
anonymous
-
6 years ago
2018-05-02 11:07
1
...
111
112
113
114
Find Reddit Threads
10
12 upvotes, 2 downvotes (score 60.1%) (You must be signed in to vote)
Regular Expression
Python
r"
(
^
https
?
://
)?
(
\w
+
)?
\.
?
(
reddit
\.
com/
|
redd
\.
it/
)
(
r/
\w
+
/
)?
(
comments/
)?
(
\w
+
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Mio
-
9 years ago
2015-03-12 09:23