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

add numerals option "none" or "tight" #153

Closed Tazinho closed 6 years ago

Tazinho commented 6 years ago

sth that processes "bla_123_bla" into "bla123bla". but without conflicting with the sep_out argument.