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
SWAT2 regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Remove <style>,<script> and inline styles from HTML
ECMAScript (JavaScript)
Easy remove any , tag and inline styles for clean code
Submitted by
Patryk Padus
-
7 years ago
(Last modified a year ago)
0
pageupload
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Minidiags Regex
Python
Regex to parse ETS364 Minidiags. 9C RELAY, VI to BUSA Open, K4A2 or K5A2, I2 Chan2 EXP= 20.000 +/-0.600mA ACT= 19.998mA RES=APU12 34/p2 SN: 1967 9C RELAY, VI to BUSB Open, K4A2 or K6A2, V1 Chan2 EXP= 2.00000 +/-0.057 V ACT= 1.99993 V RES=APU12 34/p2 SN: 1967 9C RELAY, V...
Submitted by
anonymous
-
7 years ago
0
Section match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
utf-8 compliant Email Regex in Perl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
utf-8 compliant Email Regex in javascript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
efsfe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
delete h2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
converting mocha `assert.strictEqual()` to jest `expect().toEqual()`
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Email Validation RFC-2822
PCRE (PHP <7.3)
Email Validation regex for RFC-2822
Submitted by
mminighin
-
7 years ago
0
Longitude Regex
PCRE (PHP <7.3)
no description available
Submitted by
Katrina Theodosopoulos
-
7 years ago
0
Latitude Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lat, long regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CharacterCount
PCRE (PHP <7.3)
Contains between 6 and 20 characters
Submitted by
anonymous
-
7 years ago
0
Password Validation
PCRE (PHP <7.3)
At least 6 chars with 1 upper/lower case letter and 1 special char
Submitted by
anonymous
-
7 years ago
0
Match <a> tag with no/invalid closing tag
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match full/missing closing tag of <a>
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
FP-Address Regex v3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
regCheck
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
460
461
462
463
464
...
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
no description available
Submitted by
anonymous
-
7 years ago