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
Comments in code?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
LJ Poll simple result parser
PCRE (PHP <7.3)
Simple parser for LiveJournal poll results.
Submitted by
dimio
-
9 years ago
1
VehicleNumber
PCRE (PHP <7.3)
Local Indian Vehicle Number
Submitted by
anonymous
-
9 years ago
1
Finding Orphaned SIDs
PCRE (PHP <7.3)
Regex to find orphaned SIDs within the active directory database.
Submitted by
anonymous
-
9 years ago
1
find all between curved bracets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Extract Laravel 5 service providers content
PCRE (PHP <7.3)
In intend to dynamically add service providers in the app.php config file
Submitted by
Jonathan Bonnefoy
-
9 years ago
1
Match all invalid PHP variable characters
PCRE (PHP <7.3)
This can be used in a preg_replace function to take any string value and strip all invalid characters to make a valid PHP variable
Submitted by
Deathnerd
-
9 years ago
1
Match empty tags pair
PCRE (PHP <7.3)
to find empty (or fill with space) tags pair ex matching : works with multiline
Submitted by
http://stackoverflow.com/a/34423418/381149
-
9 years ago
1
Jsont - check for IE
PCRE (PHP <7.3)
no description available
Submitted by
jomkungfu
-
9 years ago
1
SSO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Get any Headline tags (h1, h2 etc.)
PCRE (PHP <7.3)
no description available
Submitted by
stephan wahlen
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
city names
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Test NOI
PCRE (PHP <7.3)
Personal Regex to find Industrial NOI pdfs
Submitted by
anonymous
-
9 years ago
1
Noi Regex
PCRE (PHP <7.3)
Personal Regex to Find Industrial NOI pdfs
Submitted by
anonymous
-
9 years ago
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
SQL columns to Emergence columns spec
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
SQL COLUMNS TO EMERGENCE COLUMNS SPEC v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
dnd roll regex v0.0.1
Python
Parse simpe roll statement like 3d8+2 or 1d100-7
Submitted by
anonymous
-
9 years ago
1
uzdiz-dz3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
129
130
131
132
133
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
(?:
(?:
\*
)
|
(?:
(?:
[^
<>()
\[\]
,;:
\s
@
\*
]
+
(?:
\.
[^
<>()
\[\]
,;:
\s
@
\*
]
+
)*)
|
(?:
\"
.
+
\"
)
)+
)
@
|
\*
@
(?:
\*\.
)?
)
(?:
(?:
[^
<>([
\]
,;:
\s
@
\*
]
+
\.
)+
[^
<>()[
\]
,;:
\s
@
\*
]
{2,}
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago