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...
1
PECL: find stable versions
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Number
PCRE (PHP <7.3)
no description available
Submitted by
Jaromir Muller
-
9 years ago
1
SP ZONE SEARCH PATTERN
PCRE (PHP <7.3)
no description available
Submitted by
Woohoo
-
9 years ago
1
ates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
dsadas
PCRE (PHP <7.3)
dsadsadas
Submitted by
anonymous
-
9 years ago
0
Apache log regex
PCRE (PHP <7.3)
Regex pattern for Apache log
Submitted by
Sujan Thapa
-
9 years ago
1
Date
Python
Find and ISO format date.
Submitted by
Andrew Chalk
-
9 years ago
1
time
Python
get time in string 33:20 a.m
Submitted by
Hoang Phuong - Gia Lai
-
9 years ago
1
format time:"33:20 p.m"
Python
Get time in string 33:20 p.m
Submitted by
Hoang Phuong - Viet Nam
-
9 years ago
1
Commission
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
IV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
class code regex
Python
no description available
Submitted by
anonymous
-
9 years ago
0
date validation during input
PCRE (PHP <7.3)
this regex is able to validate a date (format dd.mm.yyyy) in every state of user typing. i use it to ensure that the user isn't able to type in an invalid date at all (except from a leap year check which is done afterwards) The regex also makes assumptions of 'missed' separators so 1234 is captured...
Submitted by
anonymous
-
9 years ago
1
Bill Pay token
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
getObjectInstance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
getArrayInstance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
PE Filename Test
PCRE (PHP <7.3)
Blythedale Performance Evaluation Regex to check the Uploaded Filename
Submitted by
Vinod Jacob
-
9 years ago
0
Testing (delete)
PCRE (PHP <7.3)
Testing (delete)
Submitted by
Testing (delete)
-
9 years ago
1
Split String using Custom Delimiter
PCRE (PHP <7.3)
This example uses colon (:)
Submitted by
anonymous
-
9 years ago
0
/../ directory path cleaner
PCRE (PHP <7.3)
Replaces preceeding directory with / when ../ is used.
Submitted by
Mr.Deek
-
9 years ago
1
...
118
119
120
121
122
...
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