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
Drop down list selector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
YouTube Video ID Selection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
codigos_mipres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find file name in list of files read with "rb" (as bytes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Grade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Duplicate tier test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Kentekens
PCRE (PHP <7.3)
https://regex101.com/r/JA7gRt/5
Submitted by
anonymous
-
5 years ago
0
2d to in 2 days
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Portugal / Portuguese License Plate (Matrícula - Placa)
ECMAScript (JavaScript)
Regex to recognize Vehicle License Plates in Portugal
Submitted by
anonymous
-
5 years ago
0
French License Plate / Plaque Immatriculation en France
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Adding empty column in tabular text data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Repeated Year to single
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Twemoji Replace Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
URL match with any protocol like http,ftp, etc..
Python
no description available
Submitted by
anonymous
-
5 years ago
0
pitch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find Direct Calls to DevExpress Libraries
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Cut off after dash expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match hex values with transparency
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Search for text NOT including the given string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Negative rsearch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
593
594
595
596
597
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
<img
class="emoji"
)
(?:
.
+
?
)
(?:
alt="
)
(
.
+
?
)
(?:
"
.
+
?
>
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago