unslug

un-slug in node.js implementation. Change slug 'hello-world' to 'Hello World'


Keywords
slug, unslug
License
MIT
Install
npm install unslug@0.1.0

Documentation

node-unslug

un-slug in node.js implementation. Change slug 'hello-world' to 'Hello World'

Usage

var unslug = require('./');

console.log(unslug('hello-world'));	
// outputs: Hello World

console.log(unslug('a-simple-demo'));
// outputs: A Simple Demo

unslug on NPM

You can install node-unslug via NPM, like so:

npm install unslug

:)

Simple

License

MIT