Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
(?smi)^\|[^\n]+\|\n?\n
/
gm

Description

Get the whole row except the header delimiter

Submitted by Matthias König - a year ago