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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 6,100 community submitted regex patterns...
0
CC Expiration Date
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sales regex (with/without comma, allow decimal)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ExtractBank
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
For Joe's work on Yard stay analysis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Aktien
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
dbox-fileline with HTML comment
ECMAScript (JavaScript)
dbox-fileline with HTML comments
Submitted by
anonymous
-
5 years ago
0
Email adres kdg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Telefoonnummer belgie
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
trim
ECMAScript (JavaScript)
trim string
Submitted by
fp
-
5 years ago
0
Numbers or Fractions
ECMAScript (JavaScript)
Matches integer numbers, floats and fractions of floats. I.e. "2", "-3.456", "3/4", "2.1/8".
Submitted by
anonymous
-
5 years ago
0
sales upload examples, fix for supporting pre-ecma2018 standard browser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
postal code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Hashtags with russians symbols
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
transaction amount
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
169
170
171
172
173
...
305
Email address (most used)
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