Javascript String preety()
preety()
String.prototype.preety = function() { return (this + '').replace(/(\_|\-)/g,' '); }