blakeembrey / change-case

Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
MIT License
2.25k stars 96 forks source link

How to remove `)` after number while using Sentence case? #228

Closed ManasMadrecha closed 3 years ago

ManasMadrecha commented 3 years ago

Reproduction

sentenceCase("abc/book-1")

What is happening?

Abc book 1)

What is expected

Abc book 1
ManasMadrecha commented 3 years ago

The issue was a typo. I had added an extra ) while using the backticks, so overlooked. So, closing the issue. 😊