Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
1
Parse Entire URL
Created
·
2015-11-12 15:09
Flavor
·
PCRE (Legacy)
This regex is a mashup that strips protocol, domain and URI into seperate capture groups.
Submitted by
Robert Kozora
1
Akamai Logs
Created
·
2015-11-12 15:31
Flavor
·
PCRE (Legacy)
Akamai Logs
Submitted by
wzr
1
URL Parameters & Values
Created
·
2015-11-12 15:59
Flavor
·
ECMAScript (JavaScript)
Returns matches of parameter and value separately from a URL. Ignores anything after a #.
Submitted by
Ross Tracy
1
Minecraft Crashlog Mod Errored
Created
·
2015-11-12 19:24
Flavor
·
PCRE (Legacy)
Use this to find wich mods (in Minecraft, Forge) errored out in the Crashlog
Submitted by
anonymous
1
phone services
Created
·
2015-11-12 19:40
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Lam Nguyen
1
ethtool_speed
Created
·
2015-11-13 03:43
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
url extractor
Created
·
2015-11-13 09:00
Flavor
·
PCRE (Legacy)
Will extract URLs from text string if they have a space or line ending at the end and are not wrapped inside a string delimiter
Submitted by
pip
1
select in tag - with no tag
Created
·
2015-11-13 12:17
Flavor
·
PCRE (Legacy)
as title
Submitted by
Wiktor
1
java
Created
·
2015-11-13 12:18
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
1
PDF Boxes Matcher
Created
·
2015-11-13 14:18
Flavor
·
Python
It should match the Media, Crop, ... boxes
Submitted by
Efrem Sbirul
1
-
Created
·
2015-11-13 14:33
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Cookie body
Created
·
2015-11-13 14:46
Flavor
·
PCRE (Legacy)
Get the body of a specific cookie from an HTTP header.
Submitted by
anonymous
1
SQLALCHEMY_DATABASE_URI parser
Created
·
2015-11-13 20:04
Flavor
·
Python
Parse SQLALCHEMY_DATABASE_URI
Submitted by
jdnier
1
direct link googldrive
Created
·
2015-11-14 05:32
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
1
PHP identifier
Created
·
2015-11-14 09:55
Flavor
·
PCRE (Legacy)
The official expression used for variable names, class names, etc. From http://www.php.net/manual/en/language.variables.basics.php
Submitted by
anonymous
1
lookbehind + lookahead
Created
·
2015-11-14 19:18
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
ruTorrent RSS filter
Created
·
2015-11-15 02:50
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Test
Created
·
2015-11-16 00:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
YouTube URL ID matcher
Created
·
2015-11-16 07:13
Flavor
·
ECMAScript (JavaScript)
Created for replacing everything except video ID from YouTube URL
Submitted by
kamilius
1
us date format
Created
·
2015-11-16 14:44
Flavor
·
PCRE (Legacy)
us date format
Submitted by
denis
Previous page
1
…
710
711
712
713
714
…
915
Next page
Community Library Entry
1
Regular Expression
Created
·
2014-01-11 06:34
Flavor
·
PCRE (Legacy)
/
^
(?=
.
*?
[
A
-
Z
]
)(?=
.
*?
[
a
-
z
]
)(?!
.
*?
[
=?<>()'"
\/\&
]
)
.
{8,20}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous