Regular Expressions 101

Community Patterns

1...456

Markdown table Python regex

0

Regular Expression
Python

r"
(\n\n(\|.+\|\n)+\n)
"
gm

Description

works with tables embedded in paragraphs

Submitted by flxvctr - 3 years ago