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 3,560 community submitted regex patterns...
0
urls
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Word
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Only allow latin chars and whitespaces
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
imp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
结巴去重
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO-8601 Date-only format
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
this is a title
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
name match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Stackdriver Monitoring
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Match WebView Inapp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
trim expression
ECMAScript (JavaScript)
("\s+|^[\w\s\w])|(\s+") replace "
Submitted by
anonymous
-
6 years ago
0
div
ECMAScript (JavaScript)
单个标签匹配;
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Pixel value as quoted string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find SCSS color variables and their values
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Find CSS/SCSS rgba values that do not start with a $variable
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Uppercase letters
ECMAScript (JavaScript)
See: https://stackoverflow.com/questions/7888238/javascript-split-string-on-uppercase-characters
Submitted by
anonymous
-
6 years ago
0
Integromat help
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
110
111
112
113
114
...
178
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