Regular Expressions 101

Community Patterns

parse html h2-3-4 + content in custom [collapse] tags

0

Regular Expression
PCRE (PHP <7.3)

/
\[(collapse|collapse in)\]\s*<(h[2-4])>(.*)<\/\2>(.*)\s*\[\/collapse\]
/
Usg

Description

[collapse] tags are replaced with html code attributes

Submitted by anonymous - 7 years ago