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
test previ
PCRE (PHP <7.3)
essai de description
Submitted by
anonymous
-
7 years ago
0
match_interfaces_v2
Python
no description available
Submitted by
anonymous
-
7 years ago
0
permissions:schema
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Safari-extension
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Normalización afirme
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Access National Bank
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
HSBC 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
BAUSEC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
url finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Commented SQL code columns
PCRE (PHP <7.3)
Find commented SQL code columns ending with comma ++ -- max(case when promo_temp.ph_bus_unt = 'ZZZ' ++ -- then promo_temp.ph_prom_dt ++ -- end) lst_prom_dt1,...
Submitted by
anonymous
-
7 years ago
0
autotest main regex capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Filtering certain file in Emacs' Dired mode
PCRE (PHP <7.3)
In Dired mode, M-x occur .*\.html$ whould show only ".html" files.
Submitted by
kor
-
7 years ago
0
find link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match feet and inches, including fractions or decimals
PCRE (PHP <7.3)
Match feet and inches, including fractions or decimals
Submitted by
Jeff Harding
-
7 years ago
0
Breakup docker image string to registry/repo image and tag
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Replace all the characters but digits and minus sign
ECMAScript (JavaScript)
Replace all the characters but digits and minus sign.
Submitted by
Srichandradeep C
-
7 years ago
0
Dates with dot (Groups)
PCRE (PHP <7.3)
Get numbers formated as dates with dots and Group them by year, month and day.
Submitted by
Martin819
-
7 years ago
0
img url checker
PCRE (PHP <7.3)
check if a given url is for a img type of jpeg, jpg, bmp, png
Submitted by
anonymous
-
7 years ago
0
img url checker
PCRE (PHP <7.3)
check if a given url is for a img type of jpeg, jpg, bmp, png
Submitted by
anonymous
-
7 years ago
1
...
120
121
122
123
124
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
OTHER
REFERENCE:
\s\d
{8}
\D
{4}
\s
(?!
\b
(
SHOPIFY
)
\b
)
\w
+
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago