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 9,420 community submitted regex patterns...
1
ftp response from ftpwebrequest
PCRE (PHP <7.3)
no description available
Submitted by
azhar
-
8 years ago
1
currency
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
test de @
PCRE (PHP <7.3)
test de @
Submitted by
anonymous
-
8 years ago
1
SSL Expiration and Domain Extract
PCRE (PHP <7.3)
no description available
Submitted by
Nick Ramos
-
8 years ago
1
Extract name of tables from a SQL
PCRE (PHP <7.3)
Assumes the database name starts with "IDP_PRD_"
Submitted by
Vance
-
8 years ago
1
Time Parsing
PCRE (PHP <7.3)
no description available
Submitted by
Michael Stemle
-
8 years ago
1
IklusivVolumen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
orphaned
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Match URLS http|https www|ww|www3 etc
PCRE (PHP <7.3)
match various web urls
Submitted by
ganey
-
8 years ago
1
Code INSEE des départements français
PCRE (PHP <7.3)
Cette expression régulière valide une chaîne de caractères représentant un code département selon le code INSEE. Voir http://www.insee.fr/fr/methodes/nomenclatures/cog/
Submitted by
anonymous
-
8 years ago
1
Dashie Save
PCRE (PHP <7.3)
TS3 REGEX NAME BLACKLIST
Submitted by
Dashie @inetpwnz
-
8 years ago
1
Extract Course Number from Member DataBase Area
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
MarketdataQuoteHandlerMessages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
qeqe
PCRE (PHP <7.3)
qweqwe
Submitted by
qweqe
-
8 years ago
1
Repeating letters more than once
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Get Src Image Tag
PCRE (PHP <7.3)
no description available
Submitted by
Leo Pham
-
8 years ago
1
Thaana
PCRE (PHP <7.3)
Thaana detect
Submitted by
Yoosuf
-
8 years ago
1
Searching succeeding matching words
PCRE (PHP <7.3)
If you want to search succeeding words replace number in curly brace
Submitted by
tassman
-
8 years ago
1
Razor template for JS files
PCRE (PHP <7.3)
no description available
Submitted by
Rodrigo Stuchi
-
8 years ago
1
email w/o query params
PCRE (PHP <7.3)
highlights emails that don't have query parameters
Submitted by
duaazahi
-
8 years ago
1
...
113
114
115
116
117
...
471
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