0.5.1 • Published 11 years ago
string-slugify v0.5.1
string-slugify
Convert strings to slug
Install
$ npm install string-slugify$ component install alexeyraspopov/string-slugify$ bower install string-slugifyAPI
slugify(string, options);Usage
slugify('Hello world'); // 'hello-world'TODO
- sign replace (umlaut)
- research
- research: escape and unescape functions
License
MIT License (c) Alexey Raspopov