snakecase
snakecase copied to clipboard
specify behaviour for regexps as abbreviations
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"