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
Twitch Link Filter
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
-
4 years ago
0
Java-Paket matchen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Java-Paket matchen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match Java package in maven dependency path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Identify font-size: 14.5 px
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Check if inserted at least 3 words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
VlrDNUtilCred
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
VlrDApceiCred
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
bhno_02
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
Askmeoffers deals and coupons
PCRE (PHP <7.3)
With their unmatched cashback strategy, Askmeoffers focus has been on customer retention and engagement as much as it has been on the acquisition. Build a relationship with the online commerce giant and discover the significant savings you’ll make with every order. And when you thought it couldn’t p...
Submitted by
anonymous
-
4 years ago
0
getActiveObjectProp ( employee.physician , PostalCode )
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
regex 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
GQL Parser
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Key Value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
risk
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
checking the error code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
test p4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
skipping chacrecter range regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Suche nach mit mehreren Wörtern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
forti backup timestamp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
676
677
678
679
680
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?!
.
*
Tag4
|
.
*
Tag3
)
.
*
\/
Group1
\/
.
*
/
gm
Open regex in editor
Description
Exclude certain tags with OR
Submitted by
anonymous
-
4 years ago