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 540 community submitted regex patterns...
1
Regex: Parse LinkHeader ('Link' header)
PCRE (PHP <7.3)
A regular expression to parse a HTML 'Link' header.
Submitted by
James Furey
-
11 years ago
1
Reading only the "=" symbol
PCRE (PHP <7.3)
The pattern should match only the "=" symbols with in the html content other than the HTML attributes. i.e if we have Sample head This is a test a=b=c=d or a = b = c The pattern should match only "=" outside the html tags
Submitted by
Dilip
-
11 years ago
1
Links in Markup
PCRE (PHP <7.3)
Find Links in HTML Markup
Submitted by
someone
-
11 years ago
1
C# constants from Unity3D's MonoBehaviour messages' docs
ECMAScript (JavaScript)
Create a static reference to the Unity MonoBehaviour messages. Select the "Messages from" http://docs.unity3d.com/ScriptReference/MonoBehaviour.html and substitute with: public const string $1 = "$1";
Submitted by
KiwiDevelop.com
-
11 years ago
1
testing for a bloke
PCRE (PHP <7.3)
Parsing html with regex is bad though.
Submitted by
Iroh
-
11 years ago
1
URL-Matcher
PCRE (PHP <7.3)
a simple url regex which prevents matching of a trailing ">" (the html representation of a closeing angle bracket ">")
Submitted by
Erich Spaker
-
10 years ago
1
URL
PCRE (PHP <7.3)
simple url regex which also prevents capture of a trailing ">" (the html representation of ">")
Submitted by
Erich Spaker
-
10 years ago
1
regrex expression
PCRE (PHP <7.3)
http://www.r-project.org/mail.html
Submitted by
Michael Tan
-
10 years ago
1
Find Italic
PCRE (PHP <7.3)
Find Html TAG with "Italic" class and returns his content.
Submitted by
Ivan Milazzotti
-
10 years ago
1
URL parser also with shorthand syntax
Python
mail.google.com google.it www.mega.co/ http://www.google.it mail.google.uk/login/auth.html ftp://docs.python.org:54/login/...
Submitted by
fine_dust
-
10 years ago
1
convert text to link
PCRE (PHP <7.3)
convert link of filtered text to html tag link
Submitted by
Masoud tavakolian
-
10 years ago
1
ms internet explorer vesion <= 8
PCRE (PHP <7.3)
Check version of internet explorer - if is it usable for html5 support etc.
Submitted by
tomish.net
-
10 years ago
1
Shortcode_filter
PCRE (PHP <7.3)
CLeans your HTML code from shortcodes and images :)
Submitted by
Colta Victor
-
10 years ago
1
any tag
PCRE (PHP <7.3)
regex used to search for any tag (both html and xml)
Submitted by
dasmi
-
10 years ago
1
Email
PCRE (PHP <7.3)
Regex for generic email (Not validation on ending in .com, .org etc.)
Submitted by
http://www.regular-expressions.info/email.html
-
10 years ago
1
The meaning of life
PCRE (PHP <7.3)
http://www.rexegg.com/regex-humor.html#meaning-of-life
Submitted by
rexegg
-
10 years ago
1
Iframe src catcher
PCRE (PHP <7.3)
In an html file, locate all sources for the iframes tags
Submitted by
anonymous
-
10 years ago
1
Library, New Books
ECMAScript (JavaScript)
Used on "http://adi.sunyconnect.suny.edu:4610/adi_new_book.html" to get the URL, Call Number, Title, and Author of all the new books listed.
Submitted by
Daniel Foote
-
10 years ago
1
TCMB Evds döviz kurları
PCRE (PHP <7.3)
Parses exchanges rates offical from Turkish Central Bank TCMB Source: http://evds.tcmb.gov.tr/fame/webfactory/evdpw/rpt/1652.html
Submitted by
yasin inat
-
10 years ago
1
Remove styles
PCRE (PHP <7.3)
Removes style="" from tags within an HTML document
Submitted by
Dallum Brown
-
10 years ago
1
2
3
4
5
6
...
27