Regular Expressions 101

Community Patterns

parse images

2

Regular Expression
PCRE (PHP <7.3)

/
<img[^>]*?itemprop="logo"[^>]*?src="([^>"]*)"[^>]*>
/
g

Description

no description available

Submitted by anonymous - 10 years ago