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
Remove trailing dots
PCRE (PHP <7.3)
no description available
Submitted by
alex
-
8 years ago
1
Demo
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Demo2
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Replace DEFINER in MySQL
PCRE (PHP <7.3)
no description available
Submitted by
https://gist.github.com/NareshMaharzan
-
8 years ago
1
prova delete
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Endpoint Monitor Summary Regex
PCRE (PHP <7.3)
no description available
Submitted by
Palomba
-
8 years ago
1
Match YouTube URL
ECMAScript (JavaScript)
Match YouTube URLs
Submitted by
Xaotic
-
8 years ago
1
Email validate
ECMAScript (JavaScript)
Validation of email with no allow to only special char before and after @ symbol, generic validation for domain
Submitted by
Kamil Popis
-
8 years ago
1
ipreo table parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Troca de nome do componente
PCRE (PHP <7.3)
Troca de nome do componente
Submitted by
Alair
-
8 years ago
1
demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Catch before trailing dots
PCRE (PHP <7.3)
no description available
Submitted by
Mehrad
-
8 years ago
1
pronouceable strings v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Gyproc
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ending .pub
ECMAScript (JavaScript)
For files with a .pub ending
Submitted by
Marvin
-
8 years ago
0
UK Postcode Checker
ECMAScript (JavaScript)
Checks for valid UK/British postcodes. A modified version of MaffooBristol's pattern that prevents a non-whitespace character being entered in between the two sections of the postcode. Works in PHP/JS ...
Submitted by
anonymous
-
8 years ago
1
Top Domain
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
tags
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Date Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Strip domain part from subdomain
PCRE (PHP <7.3)
Strip domain part from subdomain of any lengt. May not catch some of rarely used CC TLDs with long 2nd level domain part like: .dnepropetrovsk.ua .poznan.pl .museum.mw
Submitted by
diffore
-
8 years ago
1
...
245
246
247
248
249
...
900
Community Library Entry
0
Regular Expression
Python
r"
:
(?P<key>
[
\w
-
]
+
)
:
(?P<value>
.
+
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago