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
146 stars 9 forks source link

Make parsing_option 0 work with sep_in #178

Open Tazinho opened 5 years ago

Tazinho commented 5 years ago

Doesn't work by default e.g.

> to_any_case("bla bll-lla fafeaef", parsing_option = 0, sep_in = "-")
[1] "bla_bll-lla_fafeaef"