Regular Expressions 101

Community Patterns

There does not seem to be anything here

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) - 7 days ago