Regular Expressions 101

Community Patterns

Extract src attribute from HTML img tags

0

Regular Expression
PCRE (PHP <7.3)

/
<img(?:.+)?src\s*=\s*(?:"|')[a-zA-Z0-9\!\#\$\&-\:\;\=\?-\[\]_~\|%\/]+(?:"|')(?:.+)?>
/
gmi

Description

no description available

Submitted by Keldor - 6 years ago