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
Relevance
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 1,020 community submitted regex patterns...
0
Parse URL then Breakdown into parts
ECMAScript (JavaScript)
Will parse a valid URL and break it down into its parts. Making it easier to handle for checking and anything else really in any given langage The following link is a hastebin example of the parsing in Java It will output the following https://haste.readonly.network/viheradehe.java...
Submitted by
ROMVoid95
-
4 years ago
0
Rest URL Param 2
PCRE (PHP <7.3)
no description available
Submitted by
Raphael Quintao
-
4 years ago
(Last modified 4 years ago)
0
URL parser
PCRE2 (PHP >=7.3)
For parsing URLs
Submitted by
krashr-ds
-
4 years ago
0
Lookbehind
ECMAScript (JavaScript)
Example of how to pull a particular piece of the URL
Submitted by
DATA_GATA
-
4 years ago
0
Match URL or URI strings
ECMAScript (JavaScript)
Reference: https://stackoverflow.com/a/34669019/369727
Submitted by
https://danlevy.net/
-
4 years ago
0
Getting Parts of URL
PCRE2 (PHP >=7.3)
https://stackoverflow.com/questions/27745/getting-parts-of-a-url-regex
Submitted by
anonymous
-
4 years ago
0
Url Id Match
PCRE2 (PHP >=7.3)
Matches, in a named group of 'tracker', digits 1 or 2 in a Url
Submitted by
anonymous
-
4 years ago
0
Get URL inside parentheses
ECMAScript (JavaScript)
got it from here Regex to match URL, ends up matching URL plus closing brackets when URL is between brackets [duplicate]
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
worksheet url
PCRE2 (PHP >=7.3)
worksheet url
Submitted by
anonymous
-
4 years ago
0
O365WhiteList Compare to PAC O365 section
PCRE2 (PHP >=7.3)
Comparacao entre as URL pertencentes à White List dos proxies O365, com as URL definidas no PAC file, secção do Office365
Submitted by
anonymous
-
4 years ago
0
Match fields in XML Sitemap
PCRE2 (PHP >=7.3)
Match all XML sitemap url records with all known fields See Sitemaps XML format for details.
Submitted by
Slava Krampetz
-
4 years ago
0
URL path element match (case-insensitive)
PCRE2 (PHP >=7.3)
A regular expression that matches a specific path element in an URL (case-insensitive). Useful for apache LocationMatch-Direktive, e.g. ``
Submitted by
René Link
-
4 years ago
0
blogtag for dave
PCRE2 (PHP >=7.3)
regex for urls
Submitted by
Yaron
-
4 years ago
0
URL starts with HTTP/HTTPS
PCRE2 (PHP >=7.3)
Check URL starts with HTTP/HTTPS and has content after (e.g. https://www.test.com)
Submitted by
anonymous
-
4 years ago
0
URL utm_source (extract UTM Source from a URL String)
Python
Extract utm_source from a URL String
Submitted by
QuickRegEx
-
4 years ago
0
URL utm_medium (extract UTM Medium from a URL String)
Python
Extract utm_medium from a URL String
Submitted by
QuickRegEx
-
4 years ago
0
URL utm_campaign (extract UTM Campaign from a URL String)
Python
Extract utm_campaign from a URL String
Submitted by
QuickRegEx
-
4 years ago
0
URL utm_content (extract UTM Content from a URL String)
Python
Extract utm_content from a URL String
Submitted by
QuickRegEx
-
4 years ago
0
URL utm_term (extract UTM Term from a URL String)
Python
Extract utm_term from a URL String
Submitted by
QuickRegEx
-
4 years ago
0
URL Extract base url (https://google.com) and domain (google.com) from URL String
Python
For extracting the base URL and domain from a URL String
Submitted by
QuickRegEx
-
4 years ago
1
...
15
16
17
18
19
...
51