Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
^LIN[\s\S]*^DTM.*
/
gm

Description

From the first line string of an item line --> ^LIN over line breaks --> [\s\S]* to the last line string of an item line --> ^DTM.*

Submitted by Raik Zobel - 5 years ago