Regular Expressions 101

Community Patterns

Numbered Paragraphs

0

Regular Expression
Python

r"
(?ms)^\d+\.\s*(.*?)(?=^\d+\.|\Z)
"
xmg

Description

no description available

Submitted by anonymous - 4 years ago