Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
(<\/?\w+[^>]*>)
/

Description

Common regex for use with xml/html files

Submitted by wonzbak - 9 years ago