python-case-converter
python-case-converter copied to clipboard
Fix pascalcase stealing first character from boundaries
By picking the first character out of the input, an artificial boundary is created between first and second character. Fixed by creating a pascalcase specific boundary checking if there is no previous character.
Fixes #13