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 3,560 community submitted regex patterns...
0
Awstats
ECMAScript (JavaScript)
Reg exp for directory/files of pdf etc
Submitted by
MikeMcCool
-
8 years ago
1
FOR PAN and TAN number checking
ECMAScript (JavaScript)
This will help in validating TAN as well as PAN card number
Submitted by
Keyur
-
8 years ago
1
Realview phone Reg
ECMAScript (JavaScript)
no description available
Submitted by
Payal
-
8 years ago
1
Video URL
ECMAScript (JavaScript)
Checks weather a url points to a HTML5 supported video.
Submitted by
Pwed
-
8 years ago
1
decimal with slash
ECMAScript (JavaScript)
no description available
Submitted by
arctikon
-
8 years ago
1
Match Any name
ECMAScript (JavaScript)
This regular expression will match name
Submitted by
noby nirmal
-
8 years ago
1
Regex for a name
ECMAScript (JavaScript)
This javascript reqular Expression will match any name.
Submitted by
noby nirmjal
-
8 years ago
1
emoji
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
4
Campos Decimais (pt_br)
ECMAScript (JavaScript)
Funciona para campos decimais para moeda nacional brasileira. Aceita números inteiros, separação por milhar e a separação decimal.
Submitted by
Murilo C. Cumerlatto
-
8 years ago
1
email
ECMAScript (JavaScript)
no description available
Submitted by
kaihang
-
8 years ago
1
Password
ECMAScript (JavaScript)
First letter capitalized, well within the first four characters has a number and the minimum length is 8
Submitted by
Caleb Lopez
-
8 years ago
0
Matches operator (+-*/)
ECMAScript (JavaScript)
This regex escapes the 4 main signs of operations, -*/+. Good for calculating
Submitted by
anonymous
-
8 years ago
0
old model bindin
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
shares
ECMAScript (JavaScript)
odsaihf
Submitted by
aoifsh
-
8 years ago
0
parse
ECMAScript (JavaScript)
parse module
Submitted by
mr.kiddo
-
8 years ago
0
Vue Devtools - Prop type constructor name
ECMAScript (JavaScript)
See this GitHub Issue: https://github.com/vuejs/vue-devtools/issues/125
Submitted by
Akryum
-
8 years ago
0
socket.io ipv4 user view
ECMAScript (JavaScript)
socket io ipv6 and ipv4 to ipv4 convector
Submitted by
bublik462
-
8 years ago
0
Character sequesnce inside single quotes
ECMAScript (JavaScript)
serch the character sequesnce inside single quotes
Submitted by
Shridutt KOthari
-
8 years ago
0
email Regex for .com and/or .co.uk
ECMAScript (JavaScript)
this regex matches for .com and/or .co.uk
Submitted by
Michael Kindle
-
8 years ago
0
Esempio di cattura data
ECMAScript (JavaScript)
descrizione addizionale
Submitted by
Cristian
-
8 years ago
1
...
123
124
125
126
127
...
178
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