Regular Expressions 101

Community Patterns

Select Topmost HTML Tags

0

Regular Expression
PCRE (PHP <7.3)

/
\<(ol)(?: .*?)?\>(?:[^\<]|\<(.*?)\>.*\<\/\2\>)*\<\/\1\>
/
sg

Description

Loading markdown...
Submitted by Guilherme C. Souza - 8 years ago