Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-08-08 01:42
Flavor·ECMAScript (JavaScript)

/
(?:(?:\.\.\/?)+[a-zA-Z0-9\/\._-]{1,})+(?:(?:jpe?g|png|gif|bmp|webp|pna|tiff|svg))
/
gsim
Open regex in editor

Description

Extract all images URLs that are local (domain omitted) from a web page

Submitted by anonymous