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
MRZ 3 lines pattern
PCRE (PHP <7.3)
Machine readable pattern to validate ID card informations
Submitted by
Igor Ferreira
-
8 years ago
1
Phpunit coverage filter
PCRE (PHP <7.3)
no description available
Submitted by
Albert P
-
8 years ago
1
img change src
PCRE (PHP <7.3)
no description available
Submitted by
aditya kumar pandey
-
8 years ago
1
anchor change href
PCRE (PHP <7.3)
no description available
Submitted by
Aditya kumar pandey
-
8 years ago
1
change img src
PCRE (PHP <7.3)
no description available
Submitted by
Aditya kumar pandey
-
8 years ago
5
Match Only Text
Python
no description available
Submitted by
anonymous
-
8 years ago
1
kassasysteem
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
hitta rubrik på sidor enligt standarmall PDF SKF resultat
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
GUEST CAPTURE DERTOUR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ISO8601 patterns
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Perforce Helix Path
PCRE (PHP <7.3)
Breaks a Perforce Helix Path into depot, folder, filename.
Submitted by
Jason Leonard
-
8 years ago
1
split string with phones
PCRE (PHP <7.3)
no description available
Submitted by
rocker
-
8 years ago
1
RSA Cellphone numbers Supporting 060 and 061
PCRE (PHP <7.3)
no description available
Submitted by
R Heydenrych
-
8 years ago
1
step1
Python
no description available
Submitted by
anonymous
-
8 years ago
1
STM32 Check MCU
PCRE (PHP <7.3)
no description available
Submitted by
Ivaylo Iltchev
-
8 years ago
4
remove blank keys in query string
PCRE (PHP <7.3)
looks for blank keys in the query string and remove it, in order to make shorter request.
Submitted by
M.Nizam
-
8 years ago
1
STM32 MCUs
PCRE (PHP <7.3)
Select STM32 MCU, Flash & RAM size
Submitted by
Ivaylo Iltchev
-
8 years ago
1
amazon video filter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Extract title from icecast default json
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
C-style comments
Python
Match C-style comments
Submitted by
Mykola Orliuk
-
8 years ago
1
...
670
671
672
673
674
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
a
-
z_ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöùúûüýøþÿÐdŒ
\s
]
)+
$
/
i
Open regex in editor
Description
no description available
Submitted by
Krato
-
8 years ago