Regular Expressions 101

Community Patterns

How to match all text between two strings multiline

1

Regular Expression
PCRE (PHP <7.3)

~
<!-- OPTIONAL -->(.*?)<!-- OPTIONAL END -->
~
gs

Description

How to match all text between two strings multiline

Submitted by anonymous - 3 years ago