Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-18 11:58
Flavor·ECMAScript (JavaScript)

/
src="([^"]+)"
/
i
Open regex in editor

Description

Will select everything between the double quotes in an Iframe's src tag. Useful for retrieving/replacing the URL.

Submitted by anonymous