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,020 community submitted regex patterns...
0
4.2 numerisch mit tausender kennzeichen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
author from tag
ECMAScript (JavaScript)
no description available
Submitted by
imilov
-
9 years ago
0
parse author from html
ECMAScript (JavaScript)
no description available
Submitted by
imilov
-
9 years ago
0
remove empty html paragraph tags
PCRE (PHP <7.3)
no description available
Submitted by
acor3
-
9 years ago
0
URL Query String Parser
ECMAScript (JavaScript)
Parses a URL query string (ignores anything after #) and returns parameters and values separately.
Submitted by
Ross Tracy
-
9 years ago
0
Url Parser for Alpha(Dash Numeric) Pattern
PCRE (PHP <7.3)
a-123-2134
Submitted by
Matthew Marcus
-
9 years ago
0
Parse Query segment from URL path
PCRE (PHP <7.3)
no description available
Submitted by
Matthew Marcus
-
9 years ago
0
Publicly addressable IP addresses, excluding private ranges.
PCRE (PHP <7.3)
Valid IP Octets include: 1-9 & 11-223, then 0-255, twice, then 1-254 but with no leading zeroes. This will exclude the 10.0.0/8 private IP range, the reserved and multi-cast range, 224.0.0.0 and up, as well as the private IP ranges 172.16.0.0/12 and 192.168.0.0/16. In other words, this will addres...
Submitted by
Schvenn
-
9 years ago
0
Command line arguments split
PCRE (PHP <7.3)
From http://stackoverflow.com/a/19856614/561545
Submitted by
anonymous
-
9 years ago
0
Match SysLog Struvtured Data Elements
PCRE (PHP <7.3)
Matches structured data elements multiple times Groups on SD-ID, keys, values
Submitted by
anonymous
-
9 years ago
0
Okan Aybar Makale
PCRE (PHP <7.3)
Okan Aybar makalelerini konularına göre parse eden regex
Submitted by
syil
-
9 years ago
0
Finding norwegian address
ECMAScript (JavaScript)
no description available
Submitted by
Håkon Antonsen
-
9 years ago
0
TAYLOR REPLACEMENT STRING
PCRE (PHP <7.3)
TAYLOR Part Replacement
Submitted by
Case Ahr
-
9 years ago
0
Azeri full name js validation
ECMAScript (JavaScript)
no description available
Submitted by
Noone
-
9 years ago
0
Delphi - FieldName GrepSearch Filter
ECMAScript (JavaScript)
Filtro para utilização no GrepSearch do Delphi para encontrar Dataset.FieldName
Submitted by
Moisés Porto Rodrigues
-
9 years ago
0
Finding SEI File Date in File Name
Python
For flags data
Submitted by
Andrew Chalk
-
9 years ago
0
CEP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Remove \r\n & \"
PCRE (PHP <7.3)
JSON object string \r\n & \" replace regex
Submitted by
Jerad Rutnam
-
9 years ago
0
remove last char from string (once)
PCRE (PHP <7.3)
remove the last char from a string. Replace 'e' with the char to remove.
Submitted by
anonymous
-
9 years ago
0
LaTeX - Nonspaced operators
PCRE (PHP <7.3)
Find nonspaced operators with capturing groups to reformat correctly.
Submitted by
Dave
-
9 years ago
1
...
40
41
42
43
44
...
901
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(
(
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
(
\.
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
)*
)
|
(
"
.
+
"
)
)
@
(
(
\[
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
]
)
|
(
(
[
a
-
zA
-
Z
\-
0
-
9
]
+
\.
)+
[
a
-
zA
-
Z
]
{2,}
)
)
$
/
Open regex in editor
Description
Original credit for this expression goes to:
https://emailregex.com/
Submitted by
anonymous
-
a year ago
(Last modified a year ago)