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...
1
Dailymotion videos ids
PCRE (PHP <7.3)
find ids of video in dailymotion urls in text
Submitted by
anonymous
-
9 years ago
0
YouTube video ID
PCRE (PHP <7.3)
Finds a YouTube video ID given a YouTube URL
Submitted by
Lasnv
-
9 years ago
0
URL parser
PCRE (PHP <7.3)
Parse a URL and return its components From http://userid:password@example.com/file1/file2?test=1&test=2#here you will get: Full match = http://userid:password@example.com/file1/file2?test=1&test=2#here Group protocol = http...
Submitted by
Gilles Marchand
-
9 years ago
0
Match formstack url with js.php
PCRE (PHP <7.3)
no description available
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
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
simple url to web site match
ECMAScript (JavaScript)
simple url to web site match (es6)
Submitted by
anonymous
-
9 years ago
2
domain for Google Data Studio (re2 dialect)
Golang
Matches subdomain, domain and top level in a field that contains a urls. https://www.whatever.you.want ---> whatever.you.want
Submitted by
anonymous
-
9 years ago
0
url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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: 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
URL Validator
PCRE (PHP <7.3)
Validates everywhere.
Submitted by
anonymous
-
9 years ago
0
all my urls
PCRE (PHP <7.3)
no description available
Submitted by
Hik200
-
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
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
Regex dat URL
ECMAScript (JavaScript)
When you need to get parts of your URL nicely.
Submitted by
anonymous
-
9 years ago
0
File URL title
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Full URLs (by dpmontero.es)
Python
Get all URLs: www.lapagina.com pagina.com http://www.lapagina.com http://pagina.com https://www.lapagina.es
Submitted by
anonymous
-
9 years ago
0
extract image urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
1
...
31
32
33
34
35
...
51