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 18,000 community submitted regex patterns...
0
Pharma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
HourlyRegex - 7 props
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CurrentVisibility Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find First and Last name together
Python
no description available
Submitted by
anonymous
-
5 years ago
0
URI path grabber
PCRE (PHP <7.3)
https://stackoverflow.com/questions/27745/getting-parts-of-a-url-regex
Submitted by
anonymous
-
5 years ago
0
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
BS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Find string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Append https to URLs in JSON payload
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Match Nested Angle Brackets (Recursive Implementation)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match Nested Angle Brackets (Non-Recursive, 2 Levels)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
searches for JS & PHP tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
time stamps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Youtube URLs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Validar URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Proxy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Proxy http://spys.one/
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
LDAP DN
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
qTranslate clean
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
564
565
566
567
568
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
(
\d
|
[
A
-
F
]
){2}
:
){5}
(
\d
|
[
A
-
F
]
){2}
"
gm
Open regex in editor
Description
Simply match a run of the meal MAC address
Submitted by
anonymous
-
5 years ago