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 5,540 community submitted regex patterns...
0
dbox-fileline with HTML comment
ECMAScript (JavaScript)
dbox-fileline with HTML comments
Submitted by
anonymous
-
5 years ago
0
Aktien
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Captura padrĂ£o e linha anterior e posterior
Python
no description available
Submitted by
anonymous
-
5 years ago
0
For Joe's work on Yard stay analysis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
special characters check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
oomovie part 2
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Call-ID
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Validate domain
Python
Validate that the string is a domain name (internationalization supported)
Submitted by
anonymous
-
5 years ago
0
HDSTREAMS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ExtractBank
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
PRUEBA 1
Python
ZAHO :CMM,:NR=2087:;
Submitted by
anonymous
-
5 years ago
0
Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
highlight
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AMap POI Tile index
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AMap POI ID
Python
no description available
Submitted by
anonymous
-
5 years ago
0
amazon pdf regexpress
Python
no description available
Submitted by
anonymous
-
5 years ago
0
sales regex (with/without comma, allow decimal)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
CC Expiration Date
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
xxxx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
113
114
115
116
117
...
277
Community Library Entry
3
Regular Expression
Python
r"
(
0
?
[
1
-
9
]
|
1
[
0
-
2
]
)
\/
(?:
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
)
\/
(
1
|
2
)
[
0
-
9
]
{3}
\s
(
(
0
|
1
)
[
0
-
9
]
|
2
[
0
-
3
]
)
:
(
[
0
-
5
]
[
0
-
9
]
)
:
(
[
0
-
5
]
[
0
-
9
]
)
"
Open regex in editor
Description
1/Jul/2013 03:27:12
Submitted by
himel
-
11 years ago