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 5,040 community submitted regex patterns...
0
capturing group (H1)
Python
no description available
Submitted by
anonymous
-
7 years ago
0
number
Python
no description available
Submitted by
anonymous
-
7 years ago
0
e-mail address
Python
no description available
Submitted by
anonymous
-
6 years ago
0
flag 'm'
Python
no description available
Submitted by
anonymous
-
7 years ago
0
flag 'm' inside
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Require Node.js regex
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Youtube Updated 2018 Python
Python
no description available
Submitted by
Denis Efremov <efremov.a.denis@gmail.com>
-
6 years ago
0
斗地主
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Match double quoted or single quoted multi line string in code.
Python
This will allow for valid string parsing via a regex in popular interpreted languages like Lua, Python and Ruby.
Submitted by
Siddharth Gupta
-
6 years ago
0
中国车牌
Python
no description available
Submitted by
anonymous
-
6 years ago
0
GS1Numeric Serialized GTIN with Lot and Expiry
Python
GS1Numeric Serialized GTIN with Lot and Expiry Will recognize and pull into groups the following: GTIN-14 Serial Number...
Submitted by
SerialLab, Corp
-
6 years ago
0
Cisco In Room Control
Python
Regex to get action and button with value from cisco in room control
Submitted by
anonymous
-
6 years ago
0
codescrew (not including strings)
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Split output of $(ip addr) into individual interfaces
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Ignore only the IPv4 Network & Broadcast IP's
Python
Using two similar sets of /22 IP ranges (192.168.100.1/22 & 192.168.200.1/22); Select all IP's, ignoring only the Network & Broadcast IP's.
Submitted by
Jason
-
6 years ago
0
Facebook: parse page name from url
Python
no description available
Submitted by
cx
-
6 years ago
0
actual
Python
no description available
Submitted by
anonymous
-
6 years ago
0
strict major, minor, patch
Python
no description available
Submitted by
anonymous
-
6 years ago
0
strict major, minor
Python
no description available
Submitted by
anonymous
-
6 years ago
0
auto-gen-test-format
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
98
99
100
101
102
...
252
Community Library Entry
0
Regular Expression
Python
r"
(
(?<=
Description
\:
[
\r\n
|
\r
|
\n
]
)
(
\d
+
\.
|
\-
)
\
(?P<desc>
(
.
+
)
\.
)
)
|
(
(?<=
\.
[
\r\n
|
\r
|
\n
]
)
(
(
\d
+
\.
|
\-
)
\
(?P<desc2>
(
.
+
)
\.
)
)
(?=
[
\r\n
|
\r
|
\n
]
(
\d
+
\.
|
\-
)
|
[
\r\n
|
\r
|
\n
]
*
Reference
)
)
"
g
Open regex in editor
Description
git-stuff commit template pattern
Submitted by
jeffryangtoni24
-
6 years ago