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

return character(0) for input string = NULL #189

Open Tazinho opened 4 years ago

Tazinho commented 4 years ago

similar to stringr::to_xxx_case functions...