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...
0
Simple Lookaheads - Positive, Negative, Positive Lookbehind, Negative Lookbehind
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
-1
Phone numbers USA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
check ind window
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
number-unit-wo-space
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
street-number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
street-number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Standard email
PCRE (PHP <7.3)
Work in progress
Submitted by
Mark Green
-
7 years ago
0
Natures-Own
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ordinal-cardinal-number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
roman-number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
day-month-year regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Juices: Capri Sun
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Account number verification
ECMAScript (JavaScript)
Regular expression to check complex account no of max length of 18 Conditions: 1) max length of account no. is 18 chars 2) 1 hiphen is compulsary...
Submitted by
anonymous
-
7 years ago
0
freemarker xdocrender tag in xml file
PCRE (PHP <7.3)
it is not complete nor is it meant to be, I'm just using it to highlight some marker using vscode search function.
Submitted by
anonymous
-
7 years ago
0
location 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
location 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Location
ECMAScript (JavaScript)
City, ST format
Submitted by
Antoinne McKinney
-
7 years ago
0
Location
ECMAScript (JavaScript)
City, ST format
Submitted by
Antoinne McKinney
-
7 years ago
0
temperature range gb0008
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
SSBI Folder Project Split
ECMAScript (JavaScript)
Split the Project Name with the Project Class (Adhoc/Validated)
Submitted by
anonymous
-
7 years ago
1
...
532
533
534
535
536
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
CAPR
?
I
?
\s
?
SUN
\b
)
|
(
CAPRI
\b
)
|
(
C
\W
?
S
\b
)
|
(
JUICES
?
\b
)
|
(
STRAWBERRY
\b
)
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago