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...
1
Name,last name, first name, full name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
H codes in string PHP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
capture production
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
Capture digits and extension of North American phone number (North American Numbering Plan)
PCRE (PHP <7.3)
strips Country Code 1 &/or token **strips separators **strips separators **strips extra digits in vanity phone numbers strips extension delimiter ${ext} or ${4} captures n-digit extension
Submitted by
anonymous
-
5 years ago
1
Catch react-like components using JS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
link finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
Find parameters in Oracle dynamic scripts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
URL test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
RegEx 03
PCRE (PHP <7.3)
Desafio proposto pelo Brunno: Apenas a palavra "velit". Todas as suas aparições no texto - 11/03/2020.
Submitted by
Paula Picolott (ppicolott)
-
5 years ago
1
Duco2
Python
no description available
Submitted by
anonymous
-
5 years ago
1
身份证号(2代,18位数字),最后一位是校验位,可能为数字或字符X
ECMAScript (JavaScript)
身份证号(2代,18位数字),最后一位是 校验位,可能为数字或字符X
Submitted by
anonymous
-
5 years ago
1
身份证号, 支持1/2代(15位/18位数字)
ECMAScript (JavaScript)
身份证号, 支持1/2代(15位/18位数字)
Submitted by
anonymous
-
5 years ago
1
discworld mud player titles
PCRE (PHP <7.3)
Comprehensively matches every possible pre-name player title in discworldmud. http://discworld.starturtle.net/lpc/ https://dwwiki.mooo.com/wiki/Title
Submitted by
Zimbus
-
5 years ago
1
Date Match
PCRE (PHP <7.3)
Date Match
Submitted by
anonymous
-
5 years ago
1
Matching Same Text Again & Again
PCRE (PHP <7.3)
Matching Same Text Again & Again
Submitted by
anonymous
-
5 years ago
1
Retailer Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
JSON Validation (RFC-8259)
PCRE (PHP <7.3)
PCRE Regular expression that validates JSON according to grammar specified at RFC-8259 (https://tools.ietf.org/html/rfc8259)
Submitted by
anonymous
-
5 years ago
1
Match HTML Tags
PCRE (PHP <7.3)
Based on an expression from haacked.com
Submitted by
anonymous
-
5 years ago
1
OpenWeather Regex for Rainmeter Weather.ini
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
769
770
771
772
773
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
(
[^
<>()[
\]\.
,;:
\s
@
\"
]
+
(
\.
[^
<>()[
\]\.
,;:
\s
@
\"
]
+
)*
)
|
(
\"
.
+
\"
)
)
@
(
(
[^
<>()[
\]\.
,;:
\s
@
\"
]
+
\.
)+
[^
<>()[
\]\.
,;:
\s
@
\"
]
{2,}
)
$
/
i
Open regex in editor
Description
email test
Submitted by
anonymous
-
3 years ago