Regular Expressions 101

Community Patterns

larry - second send, fixes problem

0

Regular Expression
PCRE (PHP <7.3)

/
<([^\/].*?):(.*?)>
/
g

Description

ignores the closing tags and only fixes the opening tags

Submitted by anonymous - 6 years ago