Skip to content

Instantly share code, notes, and snippets.

@superbarne
Created June 6, 2013 13:30
Show Gist options
  • Save superbarne/5721484 to your computer and use it in GitHub Desktop.
Save superbarne/5721484 to your computer and use it in GitHub Desktop.
var getSlug = require('speakingurl');
slug = getSlug('Apple & Pear!');
console.log(slug);
// Output: apple-and-pear
slug = getSlug('Foo ♥ Bar');
console.log(slug);
// Output: foo-love-bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment