Regular Expressions 101

Community Patterns

regex for finding url

0

Regular Expression
PCRE (PHP <7.3)

/
.*img.*src="[^"]*\/?(.*\s+.*\.(?:png|jpeg|jpg|gif|bmp))"
/
Ui

Description

no description available

Submitted by anonymous - 7 years ago