A Meteor package to remove special characters from a string.
$ meteor add yasaricli:slugifyslugify('some string'); // returns some-string
slugify('some string', '_'); // if you prefer something other than '-' as separator{{ slugify 'You ve pressed the button 0 times.' }} // "you-ve-pressed-the-button-0-times."