blakeembrey / change-case

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

Apostrophe not supported #293

Closed Eyal17 closed 9 months ago

Eyal17 commented 1 year ago

Hi, Whenever i want to use apostrophe, i'm getting white space instead. For example:

Assistant's name => Assistant S Name

It will be possible to support the using of apostrophe?

Thanks.

blakeembrey commented 9 months ago

The base change-case libraries are only intended for switching between the supported cases. What use case do you have for this on Assistant's name? Perhaps you are using the title-case module? It's supported there.