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 11,500 community submitted regex patterns...
1
nxtgn torrents
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
my regex for multiline
Python
multiline input with tagged
Submitted by
Ali GÖREN
-
9 years ago
1
DE PLZ/ZIP + Location
PCRE (PHP <7.3)
no description available
Submitted by
elementcode
-
9 years ago
0
^[a-zA-Z_\-]+$
PCRE (PHP <7.3)
Check no space
Submitted by
anonymous
-
9 years ago
1
Übung
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
REGEX for FTs
PCRE (PHP <7.3)
Regular Expressions for functional test name
Submitted by
anonymous
-
9 years ago
1
adad
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
13fd
PCRE (PHP <7.3)
no description available
Submitted by
jay
-
9 years ago
1
Find all JS objects with the name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Threema ID
PCRE (PHP <7.3)
Matches for normal Threema IDs and Gateway Threema IDs
Submitted by
rugk
-
9 years ago
1
Data en format dd/mm/aaaa
PCRE (PHP <7.3)
no description available
Submitted by
gcq
-
9 years ago
1
cidr
PCRE (PHP <7.3)
spf cidr
Submitted by
a
-
9 years ago
1
Match IP Address in PHP
PCRE (PHP <7.3)
Match IP Address in PHP
Submitted by
anonymous
-
9 years ago
1
WordPress Multipage Table of Contents header reconition
PCRE (PHP <7.3)
Finds h1-h3, its id if have one and the title.
Submitted by
Morning train
-
9 years ago
1
Drupal translations
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Project
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match statistical geographies (UK)
PCRE (PHP <7.3)
Mach standard statistical geography identifiers for UK.
Submitted by
Konrad
-
9 years ago
0
tmutil regex ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
WB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
WB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
113
114
115
116
117
...
575
Community Library Entry
0
Regular Expression
Python
r"
[
\d
]
+
\.
(
[
\s\S
]
*
?
)
\n
+
A
.
(
[
\s\S
]
*
?
)
\n
+
B
.
(
[
\s\S
]
*
?
)
\n
+
C
.
(
[
\s\S
]
*
?
)
\n
+
D
.
(
[
\s\S
]
*
?
)
(?=
\n
)
"
g
Open regex in editor
Description
对有ABCD四个选项的选择题题目进行匹配
Submitted by
Wang Miao
-
a year ago