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
dd-mm-yyyy leap year
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
dd-mm-yyyy leap year v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Matches a number sequence separated by a comma: 1234,1234,1234,1234
PCRE (PHP <7.3)
Matches a number sequence separated by a comma: 1234,1234,1234,1234 won't match: Letters If sequence ends with a comma...
Submitted by
Jordy van Domselaar <jordy.van.domselaar@outlook.com>
-
7 years ago
0
main() replacer
Python
replaces the main function from c
Submitted by
anonymous
-
7 years ago
0
clean regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
My script translator
PCRE (PHP <7.3)
pine script custom translator
Submitted by
Betty Megawati
-
7 years ago
0
regex 5000000 - 8999999
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
symbols and numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Plural (-zes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Plural (-ies)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Tables in HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Caption in HTML table
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Embeding
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Email Client Quirks: Add spaces before !important where needed
ECMAScript (JavaScript)
no description available
Submitted by
Mike Kormendy
-
7 years ago
0
PHP Project HTML select
PCRE (PHP <7.3)
Takes a list of files in a PHP project, and, when run on each file path, ensures that it only selects HTML files created by the project. Useful for Percy builds and such. E.G: node_modules/index.html returns False index.html returns True test.php returns False
Submitted by
StellarDoor5319
-
7 years ago
0
How to find the 7rd occurrence of a pattern on a line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
date
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Breakup AggregationKey via Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ComplexURLMatching filename and extension
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
ComplexURLMatching filename and extension
ECMAScript (JavaScript)
no description available
Submitted by
lg
-
7 years ago
1
...
441
442
443
444
445
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
[^
,
]
*
\,
){7}
[
\s
]
*
(?P<SOURCE_PEER_IP>
[
\d\w
\.
:
\-
_;
]
+
)
,
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago