python-stringcase icon indicating copy to clipboard operation
python-stringcase copied to clipboard

better implementation of camelcase

Open fogx opened this issue 5 years ago • 3 comments

old camelcase implementation did not work for many cases (multiple capital, spaces, ...). New implementation should catch all problems

resolves Issue #30 and should make PR #24 redundant

fogx avatar Oct 29 '20 15:10 fogx

This is nice, but only supports ASCII. A number of the tests also fail. If a space should be considered a separator, this should be done consistently, at the moment only -,_ and . are considered as separators.

bkmgit avatar Jun 18 '23 04:06 bkmgit

Adding spaces and / seems reasonable for titlecase and pathcase conversions.

bkmgit avatar Jun 18 '23 04:06 bkmgit

Also discussed in https://github.com/okunishinishi/python-stringcase/pull/36

bkmgit avatar Jun 18 '23 04:06 bkmgit