Mar 25 2008
Close img bracket …
Close img bracket to convers from html to xml in Eclipse editor (Regular expression)
Find : <img(([\d]|[\s]|[\w]|\=|\"|\.)*)>
Replace with : <img$1/>Modifies img source to quick change data source in Eclipse editor (Regular expression)
Find : <img(.*)src="([\w]*[\\.][\w]*)
Replace with : <img$1src="/img/newsletter/$2