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
Host from URL
PCRE (PHP <7.3)
Pulling host domain from URL that can be in any format (protocol listed or not, path listed or not, IPv4 or 6 addresses, port)
Submitted by
Drew G
-
7 years ago
0
Extracting Location Name from Task Titles
PCRE (PHP <7.3)
no description available
Submitted by
Me
-
7 years ago
0
Windows Hostname Validator
ECMAScript (JavaScript)
Windows Hostname Validator
Submitted by
anonymous
-
7 years ago
0
Simple Atuhority URI Identifyer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
resource
ECMAScript (JavaScript)
Acceptable resources
Submitted by
anonymous
-
7 years ago
0
Parse snapshot filenames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Digital Object Identifier (DOI)
ECMAScript (JavaScript)
Based on https://stackoverflow.com/questions/26313315/regex-to-match-doi-in-pdf-with-pypdf2
Submitted by
Tony Adams
-
7 years ago
0
IsProperty
PCRE (PHP <7.3)
This regex will match the property definition withing the cs file
Submitted by
Gabriel Marius Popescu
-
7 years ago
0
IsInterface
PCRE (PHP <7.3)
This regex will match the interface definition withing the cs file
Submitted by
Gabriel Marius Popescu
-
7 years ago
0
IsClass
PCRE (PHP <7.3)
This regex will match the class definition withing the cs file
Submitted by
Gabriel Marius Popescu
-
7 years ago
0
IsClass
PCRE (PHP <7.3)
This regex will match the class definition withing the cs file
Submitted by
Gabriel Marius Popescu
-
7 years ago
0
Block any TLD between 5 and 24 chars but exclude .world TLD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
regex L7
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Email Regular Expresion
PCRE (PHP <7.3)
Full email regex
Submitted by
anonymous
-
7 years ago
0
Regex afirmacion español
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match all js/jsx/ts/tsx files except TS definition files
ECMAScript (JavaScript)
Match all js/jsx/ts/tsx files except TS definition files
Submitted by
gabro
-
7 years ago
0
红胆拖蓝二段
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
IsMember
PCRE (PHP <7.3)
This regex will match the interface member definition withing the cs file
Submitted by
Gabriel Marius Popescu
-
7 years ago
0
IsMember
PCRE (PHP <7.3)
This regex will match the interface member definition withing the cs file (INCOMPLETE)
Submitted by
Gabriel Marius Popescu
-
7 years ago
0
IsMember
PCRE (PHP <7.3)
This regex will match the interface member definition withing the cs file
Submitted by
Gabriel Marius Popescu
-
7 years ago
1
...
109
110
111
112
113
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?:
A
|
B
|
C
|
D
|
E
|
1
\)
|
2
\)
|
3
\)
|
4
\)
|
5
\)
){0,1}
(?:
\:
|
\.
|
\
){0,1}
[^
0
-
9
]
{0,2}
(
(?:
[
\d
]
{1,2}
[
\s
|
\+
]
{1}
){0,4}
[
\d
]
{1,2}
)
[
\s
]
{0,1}
\*
[
\s
]
{0,1}
(
(?:
[
\d
]
{1,2}
\+
[
\s
]
{0,2}
){0,98}
[
\d
]
{1,2}
)
(?!
[
\+
|
\-
|
\d
]
)
[
\s
]
{1,3}
(
(?:
[
\d
]
{1,2}
\+
){0,98}
[
\d
]
{1,2}
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago