Regular Expressions 101

Community Patterns

Get Markdown Table Row

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 - 7 months ago