Regular Expressions 101

Community Patterns

Regex to add <p> in the beginning

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(<footer><!\[CDATA\[)\s?(<p>)?
/
gm

Description

In case #3: A <p> should be prepended to the beginning of the first paragraph.

Submitted by anonymous - 2 years ago