Regular Expressions 101

Community Patterns

HTML hyperlinks

1

Regular Expression
PCRE (PHP <7.3)

/
<a\s[^>]*href=(\"??)(http[^\" >]*?)\\1[^>]*>(.*)<\/a>
/
siU

Description

Match all Hyperlinks

Submitted by anonymous - 8 years ago