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
GapList
ECMAScript (JavaScript)
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
5 years ago
0
GapList
ECMAScript (JavaScript)
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
5 years ago
0
Legal Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Palindrome
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MemoryChannel
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
section3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Soundcloud (Single track)
PCRE (PHP <7.3)
Capture only the URL for a Soundcloud track. All other options, pages, sets and variations are either ignored (if needed) or filtered. Result; a clean Soundcloud track URL.
Submitted by
anonymous
-
5 years ago
0
Match square brackets with escape backslash symbols
PCRE (PHP <7.3)
This regex allows to match all in square brackets with ability to escape square brackets by using "\\"
Submitted by
anonymous
-
5 years ago
0
YouTube (Extract video ID)
PCRE (PHP <7.3)
Only validates (and extracts) a correct YouTube video ID
Submitted by
Wiliam Castilhos, Ramon Barros
-
5 years ago
0
naming
Python
EAS naming
Submitted by
anonymous
-
5 years ago
(Last modified 2 years ago)
0
AE Log Line
Python
no description available
Submitted by
anonymous
-
5 years ago
0
DYN Listing Detail Pages with SEO URL
PCRE (PHP <7.3)
DYN Listing Detail Pages with SEO URL incoming URL examples: https://www.rogerholloway.com/listings/view/5330-carmel-crest-lane-charlotte-nc-homes-for-sale-3530458.html RewriteRule (?:^listings\/view\/)(?:.)-(\d+)(?!.\d)(?:\.html)$ https://www.rogerholloway.com/property-search/detail/93/$1 [R=302,L]
Submitted by
anonymous
-
5 years ago
0
DYN Listing Detail Pages from saved search
PCRE (PHP <7.3)
DYN Listing Detail Pages from saved search incoming URL examples: https://www.rogerholloway.com/listings/r/3557653/ outgoing URL is: https://www.rogerholloway.com/property-search/detail/93/3557653/ RewriteRule ^listings/r/([0-9]+)/$ https://www.rogerholloway.com/property-search/detail/93/$2/ [R=302,L]
Submitted by
anonymous
-
5 years ago
0
DYN Listing Detail Pages from saved search
PCRE (PHP <7.3)
DYN Listing Detail Pages from saved search incoming URL examples: https://www.rogerholloway.com/listings/r/3557653/ outgoing URL is: https://www.rogerholloway.com/property-search/detail/93/3557653/ RewriteRule ^listings/r/([0-9]+)/$ https://www.rogerholloway.com/property-search/detail/93/$2/ [R=302,L]
Submitted by
anonymous
-
5 years ago
0
Test
PCRE (PHP <7.3)
ádasd
Submitted by
anonymous
-
5 years ago
0
la magia de pino
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regex to find all shortcodes in a string [example]content[another][/example]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regex to isolate a shortcode [example]content[/example]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
JavaScript Email regex
ECMAScript (JavaScript)
Javascript regex to validate email address
Submitted by
anonymous
-
5 years ago
0
Clean website URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
606
607
608
609
610
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\
{
|
\s
+
\}
|
:
(?=
)
|
;
)
/
g
Open regex in editor
Description
converts CSS SASS to Stylus
Submitted by
anonymous
-
8 years ago