Regular Expressions 101

Community Patterns

Detect all HTML tags

0

Regular Expression
PCRE (PHP <7.3)

Description

This RegExp will find any and everything that's an HTML tag, and ignore the contents inside of it. (sorry if this already exists, I'm new to the site and I'm having a lot of fun with RegExp... so here's my version!)

Submitted by William Ramsey - 7 years ago