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 12,840 community submitted regex patterns...
0
superscript notes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
select domains from expireddomains
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
valid email with empty value and 1 .com
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
SEBI Firewall Parser - 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Eastlink Retrieve Customer data from SSL API
PCRE (PHP <7.3)
Eastlink Retrieve Customer
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Practice1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice8
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice 9
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
「n」分位
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice 10
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice 11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice 12
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice 13
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Practice 14
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
SIEM Use Case No 11 - System configuration changes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Example1(phone number)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Example2(CSV Data)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Example4(HTML Tables Part1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Example4(HTML Tables Part1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
574
575
576
577
578
...
642
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