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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 9,360 community submitted regex patterns...
0
Relation Model use Class Name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
numbers parser
PCRE (PHP <7.3)
Parsing numbers
Submitted by
vladimka
-
5 years ago
0
hrll
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Basic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Missing Oxford Commas
PCRE (PHP <7.3)
Searches prose for lists lacking the serial/Oxford comma.
Submitted by
anonymous
-
5 years ago
0
Operation arithmetique
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Numero gsm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Immatriculation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
attendance compromise
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
select file in http address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Fixed format for Customer Reference
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
multi-select with lookahead
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Adresse IPv4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find (-) at beginning of line or (-) when preceded by whitespace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Mot de passe robuste
PCRE (PHP <7.3)
(([a-zA-Z0-9])()([a-zA-Z0-9])().)
Submitted by
anonymous
-
5 years ago
0
Mot de passe robuste
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
120
121
122
123
124
...
468
Chercher un Prénom ou un Nom
1
Regular Expression
.NET 7.0 (C#)
@"
(
[
A
-
Za
-
z-éèë
]
+
)
(
\b
[
A
-
Z
]
[
A
-
ZÉ
\s
]
+
\b
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year ago)