Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-08-29 13:33
Flavor·Python

r"
(?:<(strong|em|a|div|span)[^>]*?>(?P<txt>.*?)<\/\1>|<(hr|img)[^>]*?\/>)
"
g
Open regex in editor

Description

no description available

Submitted by anonymous