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 2,480 community submitted regex patterns...
1
7 upvotes, 6 downvotes (score 29.1%) (You must be signed in to vote)
Parse a HTML URL
Python
Break a URL into parts: protocol url path get parameters hash
Submitted by
Dale O'Brien
-
10 years ago
2014-05-22 23:07
1
5 upvotes, 4 downvotes (score 26.7%) (You must be signed in to vote)
quoted string in VB.net format
Python
Get all strings in vb.net format (even nested quotes"
Submitted by
Alan Moore (http://stackoverflow.com/questions/2148587/finding-quoted-strings-with-escaped-quotes-in-c-sharp-using-a-regular-expression) modified by j
-
10 years ago
2014-05-20 11:06
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
almost any similar word
Python
no description available
Submitted by
anonymous
-
10 years ago
2014-05-20 09:12
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Words that start with...
Python
no description available
Submitted by
anonymous
-
10 years ago
2014-05-20 05:55
2
3 upvotes, 1 downvotes (score 30.1%) (You must be signed in to vote)
Parasite subtitles
Python
no description available
Submitted by
Andrey Spiridonov
-
10 years ago
2014-05-19 18:38
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Path to devices
Python
no description available
Submitted by
Airam
-
10 years ago
2014-05-16 00:05
7
20 upvotes, 13 downvotes (score 43.7%) (You must be signed in to vote)
CSS Import
Python
no description available
Submitted by
anonymous
-
10 years ago
2014-05-03 00:51
2
3 upvotes, 1 downvotes (score 30.1%) (You must be signed in to vote)
Palabras en mayúscula que no están después de un punto
Python
no description available
Submitted by
anonymous
-
10 years ago
2014-04-18 16:57
1
5 upvotes, 4 downvotes (score 26.7%) (You must be signed in to vote)
IPv4 extraction
Python
no description available
Submitted by
Jacob
-
10 years ago
2014-04-04 13:05
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
waypoints
Python
Text fields describing a name and positions
Submitted by
bruno.piguet@meteo.fr
-
10 years ago
2014-03-24 21:37
1
3 upvotes, 2 downvotes (score 23.1%) (You must be signed in to vote)
Strip ANSI escape characters
Python
no description available
Submitted by
anonymous
-
10 years ago
2014-02-26 14:28
3
8 upvotes, 5 downvotes (score 35.5%) (You must be signed in to vote)
date time
Python
1/Jul/2013 03:27:12
Submitted by
himel
-
10 years ago
2014-01-29 03:45
-1
4 upvotes, 5 downvotes (score 18.9%) (You must be signed in to vote)
Twitter #hashtags
Python
Using the twitter API, take a tweet object and find & link #tags to embed in HTML
Submitted by
@triplec1988
-
10 years ago
2013-10-17 17:40
1
...
121
122
123
124
erb
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
<%=
?
(
.
+
)
%>
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
9 years ago
2014-09-01 20:44