akalongman / sublimetext-stringutilities

Sublime Text 2/3 plugin for string manipulations
MIT License
83 stars 24 forks source link

Implement #14 (camelCase, PascalCase) #23

Closed bryceandpeas closed 7 years ago

bryceandpeas commented 7 years ago

Added separate options for 'PascalCase <--> Underscores' and 'camelCase <--> Underscores'. Neither will work if the first letter is not correct (uppercase for Pascal, lowercase for Camel) but still convert to underscores for either, regardless of the capitalisation of the first letter.