snakecase icon indicating copy to clipboard operation
snakecase copied to clipboard

Make parsing_option 0 work with abbreviations again

Open Tazinho opened this issue 5 years ago • 0 comments

to_any_case("too_cooL", parsing_option = 0, abbreviations = "coo")
[1] "too l lcoor r l"

And also with seo_out

to_any_case("too_cooL", parsing_option = 0, abbreviations = "coo" ,sep_out = "_")
[1] "too l lcoor r l"

Tazinho avatar May 25 '19 21:05 Tazinho