blakeembrey / change-case

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

Fix missing "a" from small words. #310

Closed galenhuntington closed 8 months ago

galenhuntington commented 8 months ago

Closes #307. When the regex was converted to a set, the word a was simply missed.

blakeembrey commented 8 months ago

Thanks for the catch! 😓