Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-03-02 09:57
Flavor·PCRE (Legacy)

/
^LIN[\s\S]*^DTM.*
/
gm
Open regex in editor

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