Regular Expressions 101

Community Patterns

<a href="()"/> domain name

0

Regular Expression
Python

r"""
<a.*href.?=.?["'](?:\b\w+://)?([\w-]+(?:\.[\w-]+)+)[/:?]?.*?["'].*?>?(?:</)?.?>
"""
g

Description

no description available

Submitted by anonymous - 6 years ago