Regular Expressions 101

Community Patterns

comment shortcode

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?>\<\!--begin(?<type>\w+)--\>)(?<embed>.+)(?>\<\!--end(?>\1)--\>)
/
gm

Description

Captures content between a pair of specifically-named HTML comments.

Submitted by anonymous - 2 years ago