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

ToLowerCamel producing incorrect value for some snake case strings #51

Open
cbeti-ionos opened this issue Jan 19, 2024 · 0 comments
Open

Comments

@cbeti-ionos
Copy link

Hello,

It seems that certain snake case strings are not correctly converted to their camel case equivalents, a few examples:

"k8s_version" is converted to "k8SVersion", it should be "k8sVersion"
"l10n_us" converted to "l10NUs" but it should be "l10nUs"

Letters that follow a string of digits seem to be capitalized for no reason.

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

No branches or pull requests

1 participant