okunishinishi / python-stringcase

String case converter for python.
https://pypi.python.org/pypi/stringcase
MIT License
206 stars 36 forks source link

Fixed camel case #32

Closed AdamBures closed 1 year ago

AdamBures commented 3 years ago

Works with integers and "-" as a splitter

bkmgit commented 1 year ago

Probably need to use string, instead of text. Some tests cases fail.

AdamBures commented 1 year ago

Should work now