Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 5,060 community submitted regex patterns...
0
исключить
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Between two Strings
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Regex Match all characters between two strings
Python
(location=)(.*)(%2C%20TX) 'https://www.airbnb.com/rooms/18520444?location=Cleveland%2C%20TX'
Submitted by
anonymous
-
7 years ago
0
$DMY
Python
no description available
Submitted by
anonymous
-
7 years ago
0
RFC-5322 3.4 Compliant Email Pattern
Python
This is a minimal RCF-5322 section 3.4 compliant address pattern.
Submitted by
anonymous
-
7 years ago
0
<a href="()"/> domain name
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Go Duration Matching
Python
Pattern used to validate Go durations as specified.
Submitted by
anonymous
-
7 years ago
0
vnc4 match
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Question Search
Python
no description available
Submitted by
anonymous
-
7 years ago
0
PO Box# Parser
Python
Parse the box number out of a PO or PO Box or Postal Box or Box
Submitted by
anonymous
-
7 years ago
0
Default Nginx Logs
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Docker Image Tag Parsing
Python
Parses docker image tages into repository, name, and tag
Submitted by
anonymous
-
7 years ago
0
ipv6 per line
Python
ipv6 per line
Submitted by
anonymous
-
7 years ago
0
ipv4 per line
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Date tests
Python
A collection of dates used for the Data Science with Python course
Submitted by
anonymous
-
7 years ago
0
date
Python
no description available
Submitted by
anonymous
-
7 years ago
0
method
Python
no description available
Submitted by
anonymous
-
7 years ago
0
jenkins plugin scan
Python
no description available
Submitted by
anonymous
-
7 years ago
0
test
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Taller 1 ID
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
98
99
100
101
102
...
253
Community Library Entry
0
Regular Expression
Python
r"
\b
[
A
-
Z0
-
9._%+-
]
+
@
[
A
-
Z0
-
9.-
]
+
\.
[
A
-
Z
]
{2,}
\b
"
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago