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
Numeric Only
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex for Matterport Virtual Tour
PCRE (PHP <7.3)
Adinco CRM
Submitted by
anonymous
-
4 years ago
0
Book summaries - Look Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Book summaries - short Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Mark every 50 characters
PCRE (PHP <7.3)
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Submitted by
anonymous
-
4 years ago
0
payment b_side
Python
no description available
Submitted by
anonymous
-
4 years ago
0
payment sign day 1
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Last word in a string
Python
no description available
Submitted by
anonymous
-
4 years ago
0
To tall, det siste i parentes
PCRE (PHP <7.3)
Henter tall ut av tabellen https://www.nature.com/articles/s42003-020-01156-0/tables/1
Submitted by
anonymous
-
4 years ago
0
shipping rules
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
Prizm/GUDID to CKMS Character Removal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Encontra Latex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CNPJ Brasileiro
Python
Identifica CNPJ
Submitted by
anonymous
-
4 years ago
0
UF Brasil
Python
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
week1
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
canada postal code validation
PCRE (PHP <7.3)
no description available
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
1
...
689
690
691
692
693
...
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