sindresorhus / slugify

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

Add an option to support leading underscores #39

Closed cco3 closed 4 years ago

cco3 commented 4 years ago

Sometimes leading underscores are intentional (file names designed to represent hidden paths on a website). It would be nice if this could be supported.

CanRau commented 4 years ago

Sounds reasonable 😃How should the API look like?