Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 5,820 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPV6 Validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-06 16:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPV4 Validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-06 16:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SubnetMask Validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-06 16:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Subnet Validator
ECMAScript (JavaScript)
Validates the subnet. Not the subnet mask. It is only for 2 or 3 octets
Submitted by
anonymous
-
4 years ago
2020-05-06 16:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-05 14:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password
ECMAScript (JavaScript)
min / maj / special / digit / minChar=6
Submitted by
anonymous
-
4 years ago
2020-05-05 13:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Wii archive.org
ECMAScript (JavaScript)
Extract information from anchor text
Submitted by
anonymous
-
4 years ago
2020-05-03 21:55
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
ES6 Imports/exports/dynamic: Getting the paths
ECMAScript (JavaScript)
It will match the paths of js modules imports, exports and dynamic imports.
Submitted by
anonymous
-
4 years ago
2020-04-30 23:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Choose column names from SQL string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-29 08:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JSDB Connection String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-27 22:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Alonso CET Honda
ECMAScript (JavaScript)
Alonso CET honda updated CNPJ
Submitted by
anonymous
-
4 years ago
2020-04-27 20:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-25 20:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
StringLiteral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-25 17:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Retailer Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-21 19:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matching Anything But a Newline
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 21:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matching Anything But a Newline
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 21:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
thousand separator
ECMAScript (JavaScript)
ezres tagolás
Submitted by
anonymous
-
4 years ago
2020-04-16 10:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get da_cookies
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-14 21:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
English decimal degrees
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-14 21:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
more characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-12 18:38
1
...
173
174
175
176
177
178
179
...
291
Check validity email address
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
(
(
[^
<>()
\[\]\.
,;:
\s
@
\"
]
{1,64}
(
\.
[^
<>()
\[\]\.
,;:
\s
@
\"
]
{1,64}
)*
)
|
(
\"
.
{1,64}
\"
)
)
@
(
(
[^
<>()
\.
,;
\s
@
\"
]
+
\.
{0,1}
)+
[^
<>()
\.
,;:
\s
@
\"
]
{2,}
)
$
/
i
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-01-31 16:19