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
Remove HTML
ECMAScript (JavaScript)
no description available
Submitted by
https://github.com/Edux87
-
9 years ago
1
HTML <input> tags of type hidden but with the required attribute set
ECMAScript (JavaScript)
no description available
Submitted by
Paul Sturm
-
9 years ago
1
anchor from within html tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Regex HTML
ECMAScript (JavaScript)
Trying to get in between ><
Submitted by
anonymous
-
9 years ago
1
Match HTML img elements with URL source
PCRE (PHP <7.3)
Matches all img tags that have a URL for the src attribute. Useful for updating all those links in your email templates, or where ever your using the \ tag
Submitted by
Doom87er
-
7 years ago
1
html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
Match HTML Tags
PCRE (PHP <7.3)
Based on an expression from haacked.com
Submitted by
anonymous
-
5 years ago
1
Replacing markup link to html
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
HTML1x
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
HTML body tokenize
PCRE2 (PHP >=7.3)
Tokenize before do other process. We can adapt to use for header tag.
Submitted by
Jakk
-
4 years ago
(Last modified 4 years ago)
1
extract url from html markdown
PCRE2 (PHP >=7.3)
222
Submitted by
seocringe
-
3 years ago
1
find text in html
PCRE2 (PHP >=7.3)
for tp
Submitted by
anonymous
-
3 years ago
1
find all url in <a> in html
PCRE2 (PHP >=7.3)
for tp
Submitted by
anonymous
-
3 years ago
1
Secret HTML Comment
PCRE (PHP <7.3)
This REGEX can be used for, e.g., PHP scripts to filter out comments that are only important for development.
Submitted by
anonymous
-
3 years ago
1
html <Title>
Java 8
htnle
Submitted by
erichologist
-
2 years ago
1
números html
PCRE2 (PHP >=7.3)
numeros
Submitted by
anonymous
-
2 years ago
1
force download file (HTML5)
PCRE2 (PHP >=7.3)
This regex is written for a Joomla plugin. This REGEX force to DOWNLOAD à PDF file instead of showing PDF in browser
Submitted by
Sébastien LHUILLIER
-
2 years ago
1
XML/HTML Tag selector
PCRE2 (PHP >=7.3)
Pros: Attribute-aware (but not complete parse) Content-aware (text only) Cons: Might poor performance (unnecessary matches if you work on a ssr thing)...
Submitted by
stdpi
-
2 years ago
1
Invalid HTML Attribute (Permissive)
ECMAScript (JavaScript)
This regex is based on the specifications in the w3c documentation. The rules are* very permissive, and some* of this characters actually lead to errors in browsers.
Submitted by
bye-csavier
-
a year ago
1
Invalid HTML Attribute (Strict)
ECMAScript (JavaScript)
This version of the regex is less permissive than the w3c documentation.. It matches only the common attribute syntax.
Submitted by
bye-csavier
-
a year ago
1
...
5
6
7
8
9
...
27