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,420 community submitted regex patterns...
0
rozpoznanie
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ABSA MFA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Codice Fiscale
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Single curly braces, but not doubles
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
regex installing - update tool
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Day of month
PCRE (PHP <7.3)
Check a day of month value (match with integer value between 1 and 31).
Submitted by
anonymous
-
7 years ago
0
Newman-redeem-batch
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
match nested quotes
PCRE (PHP <7.3)
match nested quotes
Submitted by
anonymous
-
7 years ago
0
all letters but only letters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Search for .onion domains
PCRE (PHP <7.3)
Does what it says on the tin.
Submitted by
anonymous
-
7 years ago
0
URL Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Phone numbers
PCRE (PHP <7.3)
Regular expression for phone numbers validation that formatted with mukeshsoni/country-telephone-data
Submitted by
lyhoshva
-
7 years ago
0
Parsing Search Impression Share Lost
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ul-li discover
PCRE (PHP <7.3)
ul li discovered
Submitted by
anonymous
-
7 years ago
0
Separation of bank statement description
PCRE (PHP <7.3)
Separation of bank statement description``
Submitted by
anonymous
-
7 years ago
0
Find CC numbers in a string
PCRE (PHP <7.3)
Test on the most basic possible form of credit card numbers.
Submitted by
Xtina
-
7 years ago
0
ISO 8601
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
IPA Matcher
Python
no description available
Submitted by
hakr14
-
7 years ago
0
expressions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
282
283
284
285
286
...
571
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