esamattis / esamattis/underscore.string

Slufigy should remove apostrophes

Open
#495 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.