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,000 community submitted regex patterns...
1
Comic Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Website Truth Checker
PCRE (PHP <7.3)
Determine the truth of a given statement about internet services
Submitted by
Glen H.
-
9 years ago
0
Match special characters excl. unicode accented, _, -, and whitespace
ECMAScript (JavaScript)
Covers Latin-1 Supplement Latin Extended-A Latin Extended-B Greek and Coptic
Submitted by
anonymous
-
9 years ago
1
check trailing slash domain
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
3
Time duration format
PCRE (PHP <7.3)
Match time duration in the following formats only: 1h 30m 59m 1h 33m 11h 2m
Submitted by
Pooja Khorjuvekar
-
9 years ago
1
correlation challenge
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Inside single quotes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Website url maxLength 50
ECMAScript (JavaScript)
no description available
Submitted by
Josiah
-
9 years ago
1
ABA Numbers Extraction
PCRE (PHP <7.3)
no description available
Submitted by
CI
-
9 years ago
1
find includes without quotes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
find space pipe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
3
Script Tags
PCRE (PHP <7.3)
This is used when removing Script Tags and their content.
Submitted by
Chris Sumners
-
9 years ago
1
Minumum 4 letter
PCRE (PHP <7.3)
no description available
Submitted by
LAxman karthi
-
9 years ago
1
regular expression to match word starting with space
Python
no description available
Submitted by
anonymous
-
9 years ago
1
MySQL
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Notice and deprecated php error message
ECMAScript (JavaScript)
get the notice or deprecated from php on your content
Submitted by
Guss
-
9 years ago
0
MATLAB filename with brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
two words with atleast one starting with digit
PCRE (PHP <7.3)
3rd Street / house 2b - pass
Submitted by
anonymous
-
9 years ago
4
MasterCard validate 2017
PCRE (PHP <7.3)
Match a MasterCard with new range for 2017: 51-55 and 2221-2720 @incarnated
Submitted by
John C
-
9 years ago
1
aslab rule exclusion
PCRE (PHP <7.3)
no description available
Submitted by
fatih
-
9 years ago
1
...
716
717
718
719
720
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
<
\I
TEM
[
\s\S
]
*
?
\/
ITEM
\>
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago