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

A few other programmer case tools on string tools #57

Open
Sqeaky opened this issue Aug 9, 2019 · 0 comments
Open

A few other programmer case tools on string tools #57

Sqeaky opened this issue Aug 9, 2019 · 0 comments
Milestone

Comments

@Sqeaky
Copy link
Member

Sqeaky commented Aug 9, 2019

In StringTools.h there is a function for dragon/camelcasing a string. 2 actually, one mutably modifies a range and another immutably copies.

Functions like this would be easy to make for other common programmer styles, and I would have used them a few times:

dragon case/pascal case - Every Word Is Upper Case.

camel case - every Word But The First Is Upper Case.

snake case - all_lower_case_with_underscores

kebab case - all-lower-case-with-dashes

screaming dragon or screaming snake case - ALL_UPPER_CASE_WITH_UNDERSCORES

@Sqeaky Sqeaky mentioned this issue Aug 9, 2019
@Sqeaky Sqeaky added this to the 1.0 milestone Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant