Tazinho / snakecase

🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
https://tazinho.github.io/snakecase/
GNU General Public License v3.0
147 stars 9 forks source link

Implement a fourth parsing option tre_cooL to tre_cool #175

Closed Tazinho closed 5 years ago

Tazinho commented 5 years ago

i.e. no breaks from upper to lower are taken care off. just spaces, underscores and similar special characters.

Tazinho commented 5 years ago

hmmm actually this is what parsing_option 0 does already...