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 18,020 community submitted regex patterns...
0
x
PCRE (PHP <7.3)
x
Submitted by
x
-
10 years ago
0
Matching values between square brackets
PCRE (PHP <7.3)
no description available
Submitted by
Marius Schulz
-
10 years ago
1
ticket regexp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
Date Validator Regular Expression
PCRE (PHP <7.3)
Perfect Date validator from 1900-01-01 to 2013-12-31, all with leap years and perfect dates.
Submitted by
Punit Pal
-
10 years ago
1
Why is this not matching the closest <A tag?
PCRE (PHP <7.3)
no description available
Submitted by
Daz
-
10 years ago
-1
Match inside square brackets without brackets
PCRE (PHP <7.3)
no description available
Submitted by
DanSkeel
-
10 years ago
1
CHEQROOM QR Code detection
PCRE (PHP <7.3)
Checking for valid CHEQROOM QR Codes
Submitted by
Vincent Theeten
-
10 years ago
1
trGet
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
0
Fix Spanish Quote Marks
Python
Adds a ¿, for ¡ replace the last ? for !
Submitted by
paconaranjo
-
10 years ago
1
ref match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
dapi
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
MongoDB _ID
PCRE (PHP <7.3)
Detect if is a valid id for MongoDB
Submitted by
manuerumx
-
10 years ago
1
@£$¥èéùìòÇ Øø ÅåΔ_ΦΓΛΩΠΨΣΘΞ€ÆæßÉ !"#¤%&'()*+,-./:;<=>?¡ÄÖÑܧ¿äöñüÃ
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
42 school post cutter
PCRE (PHP <7.3)
This regex cut informations from post of the 42 school
Submitted by
Kerosene2000
-
10 years ago
1
34 ile 3982 nolu özelliklerin seçimi
PCRE (PHP <7.3)
Kemik Grubu
Submitted by
Hakan YILMAZER
-
10 years ago
1
test_task_regexp_3
PCRE (PHP <7.3)
no description available
Submitted by
i.kulzazhenko
-
10 years ago
1
blah
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
SO: http://stackoverflow.com/questions/24371462/writing-regex-according-to-char/24371542#24371542
PCRE (PHP <7.3)
no description available
Submitted by
Eder Quiñones
-
10 years ago
1
đâs
PCRE (PHP <7.3)
ddấdadasdasd
Submitted by
anonymous
-
10 years ago
0
google result li item
PCRE (PHP <7.3)
Trying to output http://www.fs.usda.gov/malheur or thereabouts
Submitted by
ape
-
10 years ago
1
...
78
79
80
81
82
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?<=
\/\/
:
)
[
\r\n
]
*
(
.
*
?
)
(?=
[
\r\n
]
*
\/\/\~
[
\r\n
]
*
\*
)
/
sg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
11 years ago