esamattis / esamattis/underscore.string
Slufigy should remove apostrophes
Open
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 367
- PR merge metrics
- No merged PRs in 30d
Description
I've notice that `slugify` (v3.3.4) removes all punctuation except apostrophes.
```
_.slugify("this can't be right... do you, \"think\"?")
'this-can-t-be-right-do-you-think'
^---- this should be removed
```
Contributor guide
Assessment
This issue has not been assessed yet.