Skip to content

peroksid/sloth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sloth

Slugify library inspired by awesome Pythonic awesome-slugify.

Build

$ rebar3 compile

Use

25> sloth:slugify("what ever").
"what-ever"
26> sloth:slugify(<<"what ever">>).
<<"what-ever">>
29> sloth:slugify(<<"WhaT _ ever% ---">>, [{to_lower, true}, {capitalize, true}, {safe_chars, "%"}]).
<<"What-ever%">>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages