Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Python

r"
(<a href=".*(/media/video/\d+/)"*[^>]*>([^<]+)</a>)
"

Description

Find multiline links a HTML tag

Submitted by CyberLight - 9 years ago