humanize
Humanize a string
Installation
$ component install component/humanize
Example
var humanize = require('humanize');
humanize('maru-_the_cat.png');
// => "Maru the cat"
License
MIT
Humanize a string
Humanize a string
$ component install component/humanize
var humanize = require('humanize');
humanize('maru-_the_cat.png');
// => "Maru the cat"
MIT