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...
0
eQFetchRule for Classification
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Credit Card Date (MM/YY)
ECMAScript (JavaScript)
Regex for credit card date validation in the format of MM/YY. Forked from: https://stackoverflow.com/questions/20430391/regular-expression-to-match-credit-card-expiration-date
Submitted by
Me
-
7 years ago
0
链家均价
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
include progress avec des majuscules
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Capture the last word and space preceding it n a line of text with Negative Look-back
PCRE (PHP <7.3)
Looks for and captures the last single space and the last word in a line of text that is terminated by \r\n, \n or anchored to the back.
Submitted by
James Dafferner
-
7 years ago
0
crontab regrex
PCRE (PHP <7.3)
parse crontab
Submitted by
anonymous
-
7 years ago
0
Select Base Url without standard ports
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select Base Url without standard ports
ECMAScript (JavaScript)
1 Part baseurl (req) 2 Part Port (optional) but not 443 or 80 3 Part /latest (optional) (req)(:opt(!443 or 80))(opt)
Submitted by
anonymous
-
7 years ago
0
Syntax Error
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Calculator Items Separator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
NuGet package version normalize
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CPE WFN value string
PCRE (PHP <7.3)
Will match a value string for a CPE Well Formed Name
Submitted by
anonymous
-
7 years ago
0
GPA
PCRE (PHP <7.3)
Grade Point Average (GPA)
Submitted by
Pascal Heus
-
7 years ago
0
Select createChildControlsAsync
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Select No Std Port Base Urls Including Latest Part String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
439
440
441
442
443
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\(
\(
'1'
=
'1'
\)
\)
AND
\(
\(
(?:
eQFetchRule
[
]
*
=
[
]
*
'
(?:
[
a
-
zA
-
Z0
-
9
\.
]
+
)
:
(?:
[
A
-
Za
-
z0
-
9
]
+
)
\(
(
[
A
-
Za
-
z0
-
9_
]
+
)
\)
'
[
]
*
[
or
]
*
[
]
*
)+
\)
\)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago