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
URL Catcher Regexp
PCRE (PHP <7.3)
Espressione regolare per catturare un URL in un testo
Submitted by
Samuel Panicucci
-
8 years ago
0
Url Parse and Parts
ECMAScript (JavaScript)
Parse and split in groups URL parts https://www.pnukee.com.br:443/user/1?v=1#id Group 0 = Full entry (https://pnukee.com.br:80/user/1?v=1#id) Group 1 = Protocol = (http:// or https://)...
Submitted by
Eleison Christiano
-
8 years ago
0
Host from URL
PCRE (PHP <7.3)
Pulling host domain from URL that can be in any format (protocol listed or not, path listed or not, IPv4 or 6 addresses, port)
Submitted by
Drew G
-
8 years ago
0
Compare Web URL
PCRE (PHP <7.3)
Check the website url using pattern matcher
Submitted by
Nirav Shah
-
8 years ago
0
Check image url
PCRE (PHP <7.3)
Expresion regular para validar url de imagen
Submitted by
CaosMaster88
-
8 years ago
0
url to link
PCRE (PHP <7.3)
The fastest I could come up with to find links in a text story to convert to html tag for web use Most make links out of garbage like ss.ss.sss even www.www this requires www if it isnt following https?:// so it finds urls not typos IF your paranoid that it might pull links out of an html tag in you...
Submitted by
mikesbored
-
5 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
-
8 years ago
0
URL Matcher
PCRE (PHP <7.3)
Matches all valid URLs. Does not match things such as mailto:someone@example.com and http://a.b/.
Submitted by
StellarDoor5319
-
8 years ago
0
URLS
ECMAScript (JavaScript)
find urls
Submitted by
anonymous
-
8 years ago
0
URL
PCRE (PHP <7.3)
Regex for URLs
Submitted by
anonymous
-
8 years ago
0
Github Profile URL
ECMAScript (JavaScript)
It checks whether the Github Profile URL is valid.
Submitted by
anonymous
-
8 years ago
0
Simple URL Path
PCRE (PHP <7.3)
Matches URL Path with variables {} and [] for using into API routers
Submitted by
Rafael Beckel
-
8 years ago
0
Identificar Site en la url
PCRE (PHP <7.3)
Identifica el site dada una url, ignorando el dominio.
Submitted by
Alberto Reales
-
7 years ago
0
extract domain from URL
PCRE (PHP <7.3)
Extracts "example" from URLs like "http://www.example.com"
Submitted by
victorocn
-
7 years ago
0
Find URLs (incl. Numerical)
PCRE (PHP <7.3)
Search text for any URL, including numerical IPs and greater than 3 char domain extensions. Also searches for http(s) alone, include with a third slash, as I ran into scumbag Russian spammers who were doing this.
Submitted by
J. Scott Elblein
-
7 years ago
0
Simple Python URL Matcher
Python
A simple python url matcher matching protocol, host, port, path, params, tag
Submitted by
xinbenlv
-
7 years ago
0
url ending in 'digit/' or 'copy'
PCRE (PHP <7.3)
to identify instances where the url has been copied
Submitted by
anonymous
-
7 years ago
0
URL Parts Extractor
ECMAScript (JavaScript)
Validate URL and extracts its parts.
Submitted by
anonymous
-
7 years ago
0
Http url parser
PCRE (PHP <7.3)
parse http url into scheme, domain, uri, hash, (user port if exist)
Submitted by
anonymous
-
7 years ago
0
get url from sitemap.xml
PCRE (PHP <7.3)
get url's from sitemap.xml
Submitted by
anonymous
-
7 years ago
1
...
27
28
29
30
31
...
51