Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

remove all html and leave the text alone

Submitted by Henrik Jensen (digimusen) - a month ago