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 12,660 community submitted regex patterns...
0
Mail extract 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
q1 ass 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Port Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Simple HTML Label Finder
PCRE (PHP <7.3)
no description available
Submitted by
DAKMH
-
6 years ago
0
SeoUrlKeyword - MONCLER
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
selling ndd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extract src attribute from HTML img tags
PCRE (PHP <7.3)
no description available
Submitted by
Keldor
-
6 years ago
0
url ending in 'digit/' or 'copy'
PCRE (PHP <7.3)
to identify instances where the url has been copied
Submitted by
anonymous
-
6 years ago
0
mobile phone numbers UK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Landline phone numbers UK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
first name from all email ids
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
find emails except a particular email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
NCOG Field extractor with loglevel
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
CSV File Separator
PCRE (PHP <7.3)
Regular expression created to separate CSV fields that are separated by commas with the end stopper with a semicolon
Submitted by
João Paulo Dias
-
6 years ago
0
Regex to Match if a line ends with particular characters
PCRE (PHP <7.3)
no description available
Submitted by
Siddharth Gupta
-
6 years ago
0
string-format-2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Обработка параметров командной строки
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Horas
ECMAScript (JavaScript)
Valida Horas e Minutos
Submitted by
anonymous
-
6 years ago
0
Colombian license plate number
PCRE (PHP <7.3)
number or license plate number
Submitted by
anonymous
-
6 years ago
0
string-format-1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
281
282
283
284
285
...
633
Community Library Entry
31
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
\w
-
]
+
(?:
\.
[
\w
-
]
+
)*
)
@
(
(?:
[
\w
-
]
+
\.
)*
\w
[
\w
-
]
{0,66}
)
\.
(
[
a
-
z
]
{2,6}
(?:
\.
[
a
-
z
]
{2}
)?
)
$
/
i
Open regex in editor
Description
Email address, most used cases
Submitted by
Jago
-
9 years ago