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
getQueries from CFC
PCRE (PHP <7.3)
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
Dutch street address regex
Python
no description available
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
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
Clean website URL
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
Regex to isolate a shortcode [example]content[/example]
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
la magia de pino
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Test
PCRE (PHP <7.3)
ádasd
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
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
AE Log Line
Python
no description available
Submitted by
anonymous
-
5 years ago
0
naming
Python
EAS naming
Submitted by
anonymous
-
5 years ago
(Last modified 2 years ago)
1
Modern Safari versions User Agent
PCRE (PHP <7.3)
Detects modern Safari versions by User Agent string Safari & iOS Safari >= 10 These browsers require ~62 KB of core-js polyfills.
Submitted by
slavafomin
-
5 years ago
1
Modern Chrome User Agent
PCRE (PHP <7.3)
Detects modern Chromium-based browsers Chrome >= 67 YaBrowser >= 18.7 Opera >= 54 Samsung Internet >= 9.2...
Submitted by
slavafomin
-
5 years ago
1
Modern Firefox User Agent
PCRE (PHP <7.3)
Detects modern Firefox browser versions Firefox >= 60 These versions require only ~29.33 KB of core-js polyfills.
Submitted by
slavafomin
-
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
1
...
389
390
391
392
393
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?:
google
|
googledrive
)
\.
com
\/
.
+
(
[
-
\w
]
{25,}
)
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago