Regular Expressions 101

Community Patterns

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