Javascript String removeBr()
removeBr()
String.prototype.removeBr = function() { return this.replace(/(<br \/>|<br>)/g, ''); };