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,040 community submitted regex patterns...
-1
Regex to find Gmail id
PCRE (PHP <7.3)
Easily identify gmail id
Submitted by
anonymous
-
4 years ago
0
Наконец-то date0 к нужной колонке подтянулся в дате со сложным форматом 2
Python
Trying out based on list of these formats
Submitted by
anonymous
-
4 years ago
0
Alles nach *! finden
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date & time regex test
Python
Trying out based on list of these formats
Submitted by
anonymous
-
4 years ago
0
Pwd one uppercase, two lowercase & no digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Date & time regex test
Python
Trying out based on list of these formats
Submitted by
anonymous
-
4 years ago
0
canada postal code validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
canada postal code validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
week1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Instalacoes Concessionarias de Energia
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UF Brasil
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Separate path string to dir, filename (with extension), file (without extension) and extension. Groups is named
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
CNPJ Brasileiro
Python
Identifica CNPJ
Submitted by
anonymous
-
4 years ago
0
Encontra Latex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Prizm/GUDID to CKMS Character Removal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
eeprom block_list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
payment b_side
Python
no description available
Submitted by
anonymous
-
4 years ago
0
CreateTesterPreset
Python
no description available
Submitted by
anonymous
-
4 years ago
0
shipping rules
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
complex password validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
292
293
294
295
296
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
]
*
(
[
1
]
[
1
]
[
0|2|5
]
)
|
(
[
1
]
[
1
]
[
6
]
\d
{3}
)
|
(
[
1
]
[
1
]
[
8
]
[
1
-
9
]
{2}
)
/
gm
Open regex in editor
Description
alle gültigen Notrufnummern inkl. 116xyz und 118xy werden abgedeckt
11922 ist nicht abgedeckt
Submitted by
anonymous
-
5 years ago