python-case-converter
python-case-converter copied to clipboard
pascalcase is breaking Pascal case
I have a quite puzzling bug. pascalcase is actually breaking strings that are already following pascal case style. Test case:
>>> caseconverter.pascalcase("URLName")
'UrLName'