Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 14,640 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Email
PCRE (PHP <7.3)
Find a bunch of different types of email with this RegEx
Submitted by
anonymous
-
8 years ago
2015-11-11 22:01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Dutch Zip Code Checker
PCRE (PHP <7.3)
/^1-9{3} ?(?!sa|sd|ss)[a-z]{2}$/i
Submitted by
Steven Moseley
-
8 years ago
2015-11-12 09:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Get the city name from combined zip code and city input
ECMAScript (JavaScript)
Suitable for countries with a combination of
Submitted by
Nils
-
8 years ago
2015-11-12 10:36
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Asian characters
PCRE (PHP <7.3)
Detects hiragana, katakana, kanji and japanese alphabet
Submitted by
anonymous
-
8 years ago
2015-11-12 11:20
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Funy error
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2015-11-12 12:30
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Detect Adobe Edge file
PCRE (PHP <7.3)
no description available
Submitted by
gerezs
-
8 years ago
2015-11-12 13:55
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Parse Entire URL
PCRE (PHP <7.3)
This regex is a mashup that strips protocol, domain and URI into seperate capture groups.
Submitted by
Robert Kozora
-
8 years ago
2015-11-12 15:09
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Akamai Logs
PCRE (PHP <7.3)
Akamai Logs
Submitted by
wzr
-
8 years ago
2015-11-12 15:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL Parameters & Values
ECMAScript (JavaScript)
Returns matches of parameter and value separately from a URL. Ignores anything after a #.
Submitted by
Ross Tracy
-
8 years ago
2015-11-12 15:59
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Minecraft Crashlog Mod Errored
PCRE (PHP <7.3)
Use this to find wich mods (in Minecraft, Forge) errored out in the Crashlog
Submitted by
anonymous
-
8 years ago
2015-11-12 19:24
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
phone services
PCRE (PHP <7.3)
no description available
Submitted by
Lam Nguyen
-
8 years ago
2015-11-12 19:40
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
ethtool_speed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-11-13 03:43
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
url extractor
PCRE (PHP <7.3)
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
-
8 years ago
2015-11-13 09:00
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
select in tag - with no tag
PCRE (PHP <7.3)
as title
Submitted by
Wiktor
-
8 years ago
2015-11-13 12:17
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
PDF Boxes Matcher
Python
It should match the Media, Crop, ... boxes
Submitted by
Efrem Sbirul
-
8 years ago
2015-11-13 14:18
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
-
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2015-11-13 14:33
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Cookie body
PCRE (PHP <7.3)
Get the body of a specific cookie from an HTTP header.
Submitted by
anonymous
-
8 years ago
2015-11-13 14:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
SQLALCHEMY_DATABASE_URI parser
Python
Parse SQLALCHEMY_DATABASE_URI
Submitted by
jdnier
-
8 years ago
2015-11-13 20:04
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
direct link googldrive
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2015-11-14 05:32
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
PHP identifier
PCRE (PHP <7.3)
The official expression used for variable names, class names, etc. From http://www.php.net/manual/en/language.variables.basics.php
Submitted by
anonymous
-
8 years ago
2015-11-14 09:55
1
...
214
215
216
217
218
219
220
...
732
format input proj 1 IPP
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
a
-
z
A
-
Z
\.\+\*\(\)
]
+
)
\t
+
(
(
italic
)?
(
bold
)?
(
size:
[
1
-
7
]
)?
(
teletype
)?
(
color:
[
a
-
fA
-
F0
-
9
]
{6}
)?
(
underline
)?
(
\,\
*
\t
*
)?
)+
\n
?
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Roman Ondraszek
-
8 years ago
2016-02-29 10:55