Regular Expressions 101

Community Patterns

http://stackoverflow.com/questions/30405364

1

Regular Expression
PCRE (PHP <7.3)

/
^<a[^>]*href="([^"]+)"[^>]*([^<]+).*$
/
gm

Description

no description available

Submitted by anonymous - 9 years ago