Regular Expressions 101

Community Patterns

Match all characters between two strings with dotall mode to match across line breaks

0

Regular Expression
PCRE (PHP <7.3)

/
(?s)(?<=start).*?(?=end)
/
gumi

Description

no description available

Submitted by anonymous - 8 years ago