Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-08-11 07:01
Flavor·PCRE (Legacy)

/
(<img (.*? )*?src=")([^:]*?)"\/
/
g
Open regex in editor

Description

Useful to expand links without a protocol header with a base url src="/bla/blubb" --> src="http:/foo.com/bla/blubb"

Submitted by fjakop