Regular Expressions 101

Community Patterns

select stuff of </a> [beta]

1

Regular Expression
PCRE (PHP <7.3)

/
(?=<[^<]*\s+title="([^"]*)")|<\s*a[^>]*>([^<]*)(?:[^\/]*[^a]*[^>]*)(?<=[>])([^<]*)
/
g

Description

no description available

Submitted by Kerosene - 10 years ago