Skip to content

yasaricli/meteor-slugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Slugify

A Meteor package to remove special characters from a string.

Install

$ meteor add yasaricli:slugify

Usage

slugify('some string'); // returns some-string
slugify('some string', '_'); // if you prefer something other than '-' as separator

Template

{{ slugify 'You ve pressed the button 0 times.' }} // "you-ve-pressed-the-button-0-times."

About

Remove special characters from a string

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors