Javascript String readable()
readable()
String.prototype.readable = function() { return this.replace(/::/g, ' ').humanize(); };