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 14,200 community submitted regex patterns...
1
Digital
Python
no description available
Submitted by
anonymous
-
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
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
right operand of parametirezed sql like expressions for sybase
PCRE (PHP <7.3)
no description available
Submitted by
robessog
-
8 years ago
1
MDD_w_ShipTo_&DocumentNo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
w/ NTSTatus: NT_STATUS_ACCESS_DENIED
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Or regex field
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Parse action
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Priority Levels (Agile Method/ Scrum Workflows)
PCRE (PHP <7.3)
This is to detect priorty levels for Agile Method/ Scrum workflows. (!1) = Priority: Low (!2) = Priority: Medium (!3) = Priority: High (!4) = Priority: Critical
Submitted by
oneezy
-
8 years ago
1
MDD_new_regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Selects multi-line C comments
PCRE (PHP <7.3)
no description available
Submitted by
BumbleBritches57
-
8 years ago
1
regext match string in quotes
PCRE (PHP <7.3)
no description available
Submitted by
Purnadi (PK)
-
8 years ago
1
123231
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Find all classes and ids in html
PCRE (PHP <7.3)
no description available
Submitted by
Kris
-
8 years ago
1
D-Link MAC Notification Trap
PCRE (PHP <7.3)
A regex that matches Object ID of D-Link MAC Notification traps
Submitted by
anonymous
-
8 years ago
1
luaSplit
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
WebVTT group detection
PCRE (PHP <7.3)
no description available
Submitted by
CAmax
-
8 years ago
1
Human name (European)
PCRE (PHP <7.3)
Match most European human names.
Submitted by
Alexander Stepanov
-
8 years ago
1
...
574
575
576
577
578
...
710
Community Library Entry
0
Regular Expression
Python
r"
^\s
{7}
(
[
-A
]
?
\d
+
)
\s
+
(
(
.
|
\n
)*
?
)
\n^\s
{24}
(
[
A
-
Z
]
{0,2}
\d
{3}
(
\.
\d
+
)?
(
\s
(
\w
+
)
)?
)
"
gm
Open regex in editor
Description
Matches entries in a library catalogue.
Submitted by
anonymous
-
a year ago