stringr icon indicating copy to clipboard operation
stringr copied to clipboard

Add functions: `str_to_pascal()`, `str_to_camel()`, `str_to_kebab()`, `str_to_snake()`

Open librill opened this issue 1 year ago • 1 comments

Added 4 functions for common programming use. Closes #573 .

All functions call an existing str_to_*() so locale argument respects the behavior of those functions

Aliases StrToPascal() and strToCamel() exist (str-to-kebab() is not a valid name)

librill avatar Dec 10 '24 20:12 librill

CC: @kbodwin

librill avatar Dec 10 '24 20:12 librill

Sorry for missing this. Are you still interested in finishing it off? No problems if not, as I'm happy to do it myself.

hadley avatar Sep 05 '25 14:09 hadley

We're happy to make changes if needed! But I'm not sure I see what's missing - do you see something more you'd want for this to be ready for review?

kbodwin avatar Sep 05 '25 16:09 kbodwin