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
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
Xml/html regex
PCRE (PHP <7.3)
Common regex for use with xml/html files
Submitted by
wonzbak
-
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
Strip Specific HTML Tags
PCRE (PHP <7.3)
Strip specific HTML tags from a string—opposite of PHP's strip_tags(). Replace letter 'p' with your tag name. Using PHP preg_replace(), example: preg_replace('/(]>)(.?)()|(]*>)/i', '$2', $string);
Submitted by
Zachary Beschler
-
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
Tag Text
Python
Match text between html tags
Submitted by
Si
-
10 years ago
1
Find multiline links a HTML tag
Python
Find multiline links a HTML tag
Submitted by
CyberLight
-
10 years ago
1
Filter Tag Attributes
PCRE (PHP <7.3)
This expression was created to nullify the HTML Tag Attributes
Submitted by
Capt.Rooster
-
9 years ago
1
html
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Keep mutliple consective attributes
ECMAScript (JavaScript)
This regex keeps multiple attributes of given HTML tag. Given that required attributes are consective (in any order) and following the tag name.
Submitted by
Ahmad Ahsan
-
9 years ago
1
HTML hyperlinks
PCRE (PHP <7.3)
Match all Hyperlinks
Submitted by
anonymous
-
9 years ago
1
Line feeds to html paragraphs
PCRE (PHP <7.3)
Take the text from a textarea and surround text delimited with newlines with p-tags
Submitted by
Bob M
-
9 years ago
1
http.edu.tr
PCRE (PHP <7.3)
no description available
Submitted by
html
-
9 years ago
1
...
16
17
18
19
20
...
27