npm.io
0.0.2 • Published 12 years ago

url-seo-scrubber

Licence
Version
0.0.2
Deps
0
Vulns
0
Weekly
0

url-seo-scrubber

Takes a string and formats it for a url. Use this to format titles for SEO friendly urls.

Example

``javascript var scrub = require('url-seo-scrubber');

var clean = scrub('Is this: thing - on?');

console.log(clean);

// ===> "is-this-thing-on"