Skip to content

mquandalle/meteor-slugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Slugify

Remove all special characters from a string meteor packaging.

##Install

$ meteor add yasaricli:slugify

##Usage

slugify('some string'); // returns some-string
slugify('some string', '_'); // if you prefer something else then '-' as seperator

About

Remove all special characters from a string.

Resources

Stars

Watchers

Forks

Packages

No packages published