Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-10-16 17:51
Flavor·PCRE (Legacy)

/
(https?\:\/\/)?(www\.)?([a-z0-9]+\.)+([a-z]{2,})(\/[a-zA-Z0-9\-_]+)+(\.)+(jpg|png|bmp|jpeg){1}
/
g
Open regex in editor

Description

check if a given url is for a img type of jpeg, jpg, bmp, png

Submitted by anonymous