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,000 community submitted regex patterns...
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
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
YouTube video ID
PCRE (PHP <7.3)
Finds a YouTube video ID given a YouTube URL
Submitted by
Lasnv
-
8 years ago
0
ftp and sftp url checker with definit nbr of subfolder
ECMAScript (JavaScript)
regex made to match any ftp or sftp url with a limited number of subfolder
Submitted by
anonymous
-
8 years ago
0
Get parameters from URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
original regex for cache images
PCRE (PHP <7.3)
this is the starting regex for breaking up the cache image url into it's parts
Submitted by
anonymous
-
8 years ago
0
Find & Replace in URL String
PCRE (PHP <7.3)
Originally used as a search and replace in database fields to change the URL strings to point to .jpg's instead of .png's. Can be used generically as a search and replace in URL's.
Submitted by
anonymous
-
8 years ago
0
Remove target attribute after URL in anchor tag.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
FunAndRace - Check Old Category Url
PCRE (PHP <7.3)
no description available
Submitted by
jordan
-
8 years ago
0
YouTube Channel Username and ID
ECMAScript (JavaScript)
Extract the Channel Username or Channel ID given a YouTube Channel URL.
Submitted by
cris_hitech
-
8 years ago
0
VCS URL Test
PCRE (PHP <7.3)
returns g1: domain g2: username g3: repository
Submitted by
Eduardo Dalla Vecchia
-
8 years ago
0
url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match stackoverflow urls
PCRE (PHP <7.3)
Get only the profile part without the url.
Submitted by
Chocksy
-
8 years ago
0
SQL query sanitizer
PCRE (PHP <7.3)
Very simple sanitizer. Will escape quotation marks, backslashes and apostrophes ("'\) in order reduce the risk of SQL injections. Please note that SQL versons that supports URL or other kinds of encoding may still be vanurable.
Submitted by
anonymous
-
8 years ago
0
URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
URL Component Pattern
ECMAScript (JavaScript)
no description available
Submitted by
jkaveri
-
8 years ago
0
Url brochure met utm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
YouTube Video URL Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
3
4
5
6
7
...
50