sindresorhus / slugify

Slugify a string
MIT License
2.56k stars 81 forks source link

All Caps cause incorrect dashes! #35

Closed ahmadawais closed 4 years ago

ahmadawais commented 5 years ago

I am well aware of , {decamelize: false}.

Wanted to report an edge case.

slugify('JAMstack Conf London 2019') 
// ja-mstack-conf-london-2019

I think it should do jam-stack-conf-london-2019 in case, where all the caps are considered one single word.