Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-06-11 00:18
Flavor·PCRE2 (PHP)

/
(?:<([a-z]+).*?>)|(?:<\/([a-z]+)\s*?>)
/
gi
Open regex in editor

Description

remove all html and leave the text alone

Submitted by Henrik Jensen (digimusen)