Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-04-18 09:08
Flavor·PCRE (Legacy)

/
^http\:\/\/[0-9]+|[a-z]+|[0-9][a-z]+|[a-z][0-9]+\.[a-z]+\/[a-z]+|[0-9]+|[0-9][a-z]+|[a-z][0-9]+\/[0-9]+|[a-z]+|[0-9][a-z]+|[a-z][0-9]+(?!\.jpg|jpeg|png|gif)
/
gm
Open regex in editor

Description

Image file detection (jpg or jpeg) at the link

Submitted by anonymous