Regular Expressions 101

Community Patterns

Unordered list between text in markdown

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?:\*.*\s)+
/
gm

Description

This regex matches with an unordered list between different kinds of text displayed in markdown

Submitted by anonymous - 2 years ago