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,040 community submitted regex patterns...
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
0
Group Name&Description Swift
PCRE (PHP <7.3)
Cambia de un alado a otro de "_" en y de un lado a otrode de " - " en
Submitted by
anonymous
-
5 years ago
0
Unary powers of two
PCRE (PHP <7.3)
no description available
Submitted by
github.com/dibasic
-
5 years ago
0
Dutch street address regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Mexico-CURP-search-v1
Python
Regular Expression that searches for CURP standard in Mexico. This is version 1 - 18 positions, with simple validation:`` A-ZA-Z[0-9[0-9[0-9H|MA-ZA-Z0-9
Submitted by
anonymous
-
5 years ago
0
getQueries from CFC
PCRE (PHP <7.3)
Submitted by
anonymous
-
5 years ago
1
...
231
232
233
234
235
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
(
[
a
-
zA
-
Z-éÉèÈàÀùÙâÂêÊîÎôÔûÛïÏëËüÜçÇæœ'.
]
*
\s
)
\d
*
(
\s
[
a
-
zA
-
Z-éÉèÈàÀùÙâÂêÊîÎôÔûÛïÏëËüÜçÇæœ'
]
*
)*
,
)*
\d
*
(
\s
[
a
-
zA
-
Z-éÉèÈàÀùÙâÂêÊîÎôÔûÛïÏëËüÜçÇæœ'
]
*
)+
,
\s
(
[
\d
]
{5}
)
\s
[
a
-
zA
-
Z-éÉèÈàÀùÙâÂêÊîÎôÔûÛïÏëËüÜçÇæœ'
]
+
/
gm
Open regex in editor
Description
French address regex
Work on ruby
Submitted by
anonymous
-
6 years ago