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 tags and comments
Python
Remove HTML tags and comments
Submitted by
Smit Patel
-
4 years ago
1
HTML注释
ECMAScript (JavaScript)
HTML注释
Submitted by
anonymous
-
4 years ago
1
(experimental) strip whitespace and linebreaks between HTML tags
ECMAScript (JavaScript)
Basic expression to match and/or remove whitespace and linebreaks between HTML tags via JavaScript (ECMAScript). x] respects whitespace between ` and ` tags [x] matches multiple lines around words, but not between them [x] totally not safe for use in a production environment ;) ...
Submitted by
Nicholas Berlette (https://github.com/nberlette)
-
3 years ago
1
HTML TAG WITH VALUE AND CHILDREN
ECMAScript (JavaScript)
This regex target each html tag with their children and their value
Submitted by
Florian Caron
-
3 years ago
1
Extract form HTML in Make (Integromat)
ECMAScript (JavaScript)
In Make (Integromat) I want to extra data in email formated in HTML I need to extract : The value for First Name, Last Name, Adresse, Zip code, City
Submitted by
anonymous
-
2 years ago
1
one line html
PCRE2 (PHP >=7.3)
matches html
Submitted by
anonymous
-
2 years ago
1
HTML5 email validation
PCRE2 (PHP >=7.3)
Source: https://html.spec.whatwg.org/#e-mail-state-(type=email)
Submitted by
anonymous
-
2 years ago
1
Full HTML recognition for Udacity Project
PCRE2 (PHP >=7.3)
Udacity AI for Trading - Project 6: Analyzing Stock Sentiment from Twits ( Sentiment Analysis) needs a HTML parsering. Examples came from the actual course exercise. Future improvements I could identify, make it a group and parser each /texttext/ pattern, if necessary ← perhaps it may have some ...
Submitted by
Eduardo Passeto
-
2 years ago
(Last modified 2 years ago)
1
Regex, find almost all text between html tags, for laravel translation
PCRE2 (PHP >=7.3)
Regex, find almost all text between html tags, for laravel translation
Submitted by
anonymous
-
2 years ago
1
Get a canonical link from html page
PCRE2 (PHP >=7.3)
Gets the canonical link from a html page provided it has one
Submitted by
anonymous
-
2 years ago
1
Capture Paragraph Text in html
Python
TLDR: It can be used to capture all the paragraphs from some webnovel sites. *update: testing other sites, I've found it lacking. This is intended to match a tag and it's closing tag. It only matches and captures if there are no other html tags nested in the tag. There is room to adjust with th...
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
1
capture the html verification link
PCRE2 (PHP >=7.3)
show the verification link from the html email
Submitted by
anonymous
-
a year ago
1
Find image html tags without alternative text
PCRE2 (PHP >=7.3)
This regex finds images html tags without alternative text
Submitted by
anonymous
-
a year ago
1
HTML element
ECMAScript (JavaScript)
Extract html element & content
Submitted by
Flymeth
-
a year ago
1
Match inside content of HTML tags
PCRE2 (PHP >=7.3)
Matches only the text between tags. Change the word tag to any HTML tag you want to match.
Submitted by
anonymous
-
a year ago
1
change markdown image embeds to html image embeds
PCRE2 (PHP >=7.3)
change markdown image embeds to html image embeds
Submitted by
spierceVR
-
a year ago
1
HTML attributes
ECMAScript (JavaScript)
Find specific HTML attributes
Submitted by
Joseph R.
-
a year ago
1
E-mail pattern for html input.
ECMAScript (JavaScript)
Simply e-mail pattern for html tag.
Submitted by
KsaR99
-
a year ago
1
html tokenizer v1
PCRE2 (PHP >=7.3)
tokenizes your html (very buggy)
Submitted by
anonymous
-
10 months ago
1
Remove html
PCRE2 (PHP >=7.3)
remove all html and leave the text alone
Submitted by
Henrik Jensen (digimusen)
-
4 months ago
1
...
3
4
5
6
7
...
27