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
match dev URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
get parts of URL
PCRE (PHP <7.3)
split URL in protokoll, domain, file(with path), parameter and anker
Submitted by
Candyman1332
-
10 years ago
0
regex for finding url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Divide URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
URL query param
Python
A solution for capture set/unset/catch a value of param query of URLs. Here is a example code that applies this pattern in JS, but JS doesn't have support to lookbehind.
Submitted by
Rafael Laurindo
-
9 years ago
0
Full URL regex
ECMAScript (JavaScript)
regex to valid a complete URL including querystring and URI encoded characters
Submitted by
anonymous
-
9 years ago
0
extract image urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
File URL title
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Regex dat URL
ECMAScript (JavaScript)
When you need to get parts of your URL nicely.
Submitted by
anonymous
-
9 years ago
0
Extract database name of an PostgreSQL JDBC connection url
PCRE (PHP <7.3)
Extracts the database name of an PostgreSQL JDBC connection url
Submitted by
anonymous
-
9 years ago
0
Find Youtube ID from link, url or Youtube embed code
PCRE (PHP <7.3)
Find Youtube ID from link, url or Youtube embed code
Submitted by
onigetoc
-
9 years ago
0
all my urls
PCRE (PHP <7.3)
no description available
Submitted by
Hik200
-
9 years ago
0
URL Validator
PCRE (PHP <7.3)
Validates everywhere.
Submitted by
anonymous
-
9 years ago
0
URL: Simple domain matcher
PCRE (PHP <7.3)
Matches the protocol (http/https) if available and full domain name.
Submitted by
OnlineCop
-
9 years ago
0
Zend URL Validation
PCRE (PHP <7.3)
Doit matcher : => "http://" et "https://" => suivi d'un nom de domaine libre => "www." est optionnel => domaine peut contenir [a-zA-Z0-9] et "-" mais pas en 1ère ou en dernière place => suivi d'un "/module" optionnel...
Submitted by
TwystO
-
9 years ago
0
url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
simple url to web site match
ECMAScript (JavaScript)
simple url to web site match (es6)
Submitted by
anonymous
-
9 years ago
0
No content other then whitespace line
PCRE (PHP <7.3)
The beginning of a line, followed by 0 or more whitespace characters,\r\n\t\f\v ] followed by the end of a line. SOURCE: [https://stackoverflow.com/a/114861
Submitted by
anonymous
-
9 years ago
0
Extract URL and Text Title from Web Page
PCRE (PHP <7.3)
Uses a list of anchor tags, perhaps embedded in other tags Allows for any, or no text between the "<a" and the "href"
Submitted by
anonymous
-
9 years ago
0
Match formstack url with js.php
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
2
3
...
51