snakecase icon indicating copy to clipboard operation
snakecase copied to clipboard

specify behaviour for regexps as abbreviations

Open Tazinho opened this issue 5 years ago • 0 comments

Currently no idea how they should behave. (Maybe stringr::fixed() would be a good idea).

However, this should occur:

to_any_case("bla", abbreviations = "\\d")
[1] " l l_b_r r l_a"

Tazinho avatar Jun 03 '19 19:06 Tazinho