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
Admin Activity
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Inverse Regex
PCRE (PHP <7.3)
Matches all strings that don't match a given pattern.
Submitted by
Paul Buonopane @ NamePros
-
8 years ago
1
google play and apple store
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
MDY Date in Slash Form
PCRE (PHP <7.3)
MM/DD/YYYY
Submitted by
jonnyt
-
8 years ago
1
get appid in google and apple store
PCRE (PHP <7.3)
get appid in google and apple store
Submitted by
pah-an
-
8 years ago
1
Digital
PCRE (PHP <7.3)
no description available
Submitted by
Giuseppe
-
8 years ago
1
Digital
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Split words
ECMAScript (JavaScript)
Splits all words. Equivelent to String.prototype.split() but doesn't include space characters in the split. @see String.prototype.split
Submitted by
JaGretz
-
8 years ago
1
Remove Non-Alphanumeric Characters
ECMAScript (JavaScript)
Removes all number and letter characters.
Submitted by
JaGretz
-
8 years ago
1
Validate Steam Game Keys
PCRE (PHP <7.3)
Like SSD32-SDAV2-DS112
Submitted by
chikaldirick
-
8 years ago
1
bits to true in mssql
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
comments in file
ECMAScript (JavaScript)
detect common one line comments in file
Submitted by
ralph
-
8 years ago
1
Sql where in list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
iOS Retain Cycles
PCRE (PHP <7.3)
no description available
Submitted by
Iulian Onofrei
-
8 years ago
1
privatmarket b2c
ECMAScript (JavaScript)
Detect b2c
Submitted by
waSRull
-
8 years ago
1
right operand of parametirezed sql like expressions for sybase
PCRE (PHP <7.3)
no description available
Submitted by
robessog
-
8 years ago
1
Validate phones
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
FR to Email message file
ECMAScript (JavaScript)
change FR to fit email message file template
Submitted by
M
-
8 years ago
1
MDD_w_ShipTo_&DocumentNo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Email Validation
ECMAScript (JavaScript)
Allow TLDs with 2 or more characters
Submitted by
anonymous
-
8 years ago
1
...
205
206
207
208
209
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
%
[^
,
\[\]
]
+
(?=
(?:
\[
|
,
)
)
%
g
Open regex in editor
Description
Look(ahead|behind)s are slow
Submitted by
anonymous
-
9 years ago