Community Patterns

Community Library Entry

5

Regular Expression
Created·2015-10-17 05:48
Flavor·ECMAScript (JavaScript)

/
<img[^>]*?src\s*=\s*[""']?([^'"" >]+?)[ '""][^>]*?>
/
g
Open regex in editor

Description

Grabs all HTML <img> tags

Submitted by Pirate11