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
Date & time regex test
Python
Trying out based on list of these formats
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
-1
Regex to find Gmail id
PCRE (PHP <7.3)
Easily identify gmail id
Submitted by
anonymous
-
4 years ago
0
NIFs Portugueses
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
密码规则判断
PCRE (PHP <7.3)
条件1: 8-20位 条件2: 大写字母,小写字母,数字至少两种
Submitted by
anonymous
-
4 years ago
0
Sozialversicherungsnummer (RVNR)
PCRE (PHP <7.3)
Sozialversicherungsnummer (RVNR)
Submitted by
anonymous
-
4 years ago
0
Valida data
Python
Valida data no padrão YYYY-MM-DD Por causa de limitações do regex, não valida ano bissexto, por isso sempre vai retornar 29/02 de qualquer ano como True
Submitted by
anonymous
-
4 years ago
0
FIltra widht
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
t1
Python
no description available
Submitted by
anonymous
-
4 years ago
0
t2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
t3
Python
no description available
Submitted by
anonymous
-
4 years ago
0
b-dom
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
t3
Python
no description available
Submitted by
anonymous
-
4 years ago
0
lua comment
ECMAScript (JavaScript)
no description available
Submitted by
Gallactica
-
4 years ago
0
t2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
REGEX PARAM Entretoise Kloos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
UWN main regex - selecting rows
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - deleting category annotations
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - removing annotations in brackets
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
690
691
692
693
694
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
20
\d
{2}
)
-
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
-
(
[
01
]
[
\d
]
|
3
[
01
]
)
[
\s
T
]
(
[
01
]
\d
|
2
[
0
-
3
]
)
:
(
[
0
-
5
]
\d
)
:
(
[
0
-
5
]
\d
)
(
Z
|
[
\+
-
]
(
0
[
\d
]
|
1
[
\d
]
|
2
[
0
-
3
]
)
:
(
[
0
-
5
]
\d
)
)?
/
g
Open regex in editor
Description
A regex to validate RFC-3339 timestamps
Submitted by
anonymous
-
a year ago