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
Fing GTM code in html
PCRE2 (PHP >=7.3)
This function extracts the Google Tag Manager (GTM) key from a given input string. The GTM key typically follows the format "GTM-XXXXXX", where "XXXXXX" represents a unique identifier.
Submitted by
kanapka94
-
a year ago
1
HTML Tag Matching
PCRE2 (PHP >=7.3)
downtimeonline.net
Submitted by
anonymous
-
a year ago
1
HTML Tag Matching
PCRE2 (PHP >=7.3)
downtimeonline.net
Submitted by
anonymous
-
a year ago
1
Extract HTML Content Between Tags
PCRE2 (PHP >=7.3)
memoryjarapp.com
Submitted by
anonymous
-
a year ago
1
Match HTML Entities
PCRE2 (PHP >=7.3)
investprive.com
Submitted by
anonymous
-
a year ago
1
Match Nested HTML Tags
PCRE2 (PHP >=7.3)
techono.me
Submitted by
anonymous
-
a year ago
1
Extract HTML Attribute Values
PCRE2 (PHP >=7.3)
statussearch.net
Submitted by
anonymous
-
a year ago
1
Match Recursive Patterns (HTML-like)
PCRE2 (PHP >=7.3)
hackerchat.co
Submitted by
anonymous
-
a year ago
1
Match Valid HTML Attributes with Values
PCRE2 (PHP >=7.3)
thedigitaldozen.com
Submitted by
anonymous
-
a year ago
1
Match Valid HTML Class Names
PCRE2 (PHP >=7.3)
43Church.com
Submitted by
anonymous
-
a year ago
1
Match HTML Anchor Tags
PCRE2 (PHP >=7.3)
PopGen.net
Submitted by
anonymous
-
a year ago
1
Match HTML Meta Tags
PCRE2 (PHP >=7.3)
blabnote.com
Submitted by
anonymous
-
a year ago
1
Match HTML Document Structure
PCRE2 (PHP >=7.3)
AreLink.net
Submitted by
anonymous
-
a year ago
1
Match Common HTML Attributes
PCRE2 (PHP >=7.3)
NoteAbleLists.com
Submitted by
anonymous
-
a year ago
1
Match Legal HTML Tags
PCRE2 (PHP >=7.3)
NewNulled.com
Submitted by
anonymous
-
a year ago
1
Match Valid HTML5 Color Names
PCRE2 (PHP >=7.3)
RascalJournal.com
Submitted by
anonymous
-
a year ago
1
Match HTML Tags with Attributes
PCRE2 (PHP >=7.3)
DoWiesPlace.com
Submitted by
anonymous
-
a year ago
1
HTML PrimeNG (replace) empty opening and closing tags (into to self closed tags)
PCRE2 (PHP >=7.3)
This regular expresion matches opening and closing empty tags from PrimeNG library. This can be useful to replace it for self-closed tags which is available from Angular v15. Replacer: ``
Submitted by
https://sergiorey23.github.io/
-
a year ago
(Last modified 10 months ago)
1
Any Unicode dash or its HTML escaped version
ECMAScript (JavaScript)
Match any of the weird dashes people figure out how to put in their data
Submitted by
anonymous
-
10 months ago
(Last modified 10 months ago)
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
...
6
7
8
9
10
...
27