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