Regular Expressions 101

Community Patterns

img tag's URL graver

0

Regular Expression
PCRE (PHP <7.3)

/
<img[^>]+src="?([^"\s]+)"?\s*
/
g

Description

This regex allowts to get the url from the HTML's img tag.

Submitted by anonymous - 7 years ago