Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functions: str_to_pascal(), str_to_camel(), str_to_kebab(), str_to_snake() #577

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

librill
Copy link

@librill librill commented Dec 10, 2024

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
Copy link
Author

librill commented Dec 10, 2024

CC: @kbodwin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could a str_to_snake function be made to convert strings to snake-case?
1 participant