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
Regex per parsing log netmonitor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Парсинг математических уравнений
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Negative regexp
Python
no description available
Submitted by
anonymous
-
4 years ago
0
find html attribute
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ClearQuest Audit Regex
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
-
4 years ago
0
S02_Theo_ESA2_3a_Alex1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
security
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
S02_Theo_ESA2_3a_Ferdi_korrekt
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
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
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
1
...
680
681
682
683
684
...
900
Community Library Entry
0
Regular Expression
Python
r"
query
(?P<function_name>
\S
*
)
\s
+
?
(
\(
(?P<function_args>
.
+
?
)
\)
)?
\s
+
?
{
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago