Regular Expressions 101

Community Patterns

Grab image file from url with query variables /

0

Regular Expression
PCRE (PHP <7.3)

/
\/images\/cache\/(?:.*?\/)*(.+(?:png|jpg|gif|jpeg)\/?)?\/?\??
/
g

Description

no description available

Submitted by LinzardB - 7 years ago