-
Notifications
You must be signed in to change notification settings - Fork 2
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 support for camelCase #1
Comments
This StackOverflow post "Elegant Python function to convert CamelCase to snake_case?" was helpful to me with camelCase. |
Thanks Will. I will play with the solutions and probably incorporate when I
get a chance.
C-
…On Wed, Dec 20, 2017 at 9:59 PM, Will Beasley ***@***.***> wrote:
This StackOverflow post "Elegant Python function to convert CamelCase to
snake_case?"
<https://stackoverflow.com/questions/1175208/elegant-python-function-to-convert-camelcase-to-snake-case/1176023#1176023>
was helpful to me
<https://github.com/OuhscBbmc/OuhscMunge/blob/fc8ab3a889561bccd4aa2cca4fa9a7817b2c4031/R/snake-case.R>
with camelCase.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC5xa_G8ROCIFm3cVQGed8t4UoxqAl6Gks5tCfOygaJpZM4CEbOh>
.
|
wibeasley
added a commit
to wibeasley/lettercase
that referenced
this issue
Dec 21, 2017
wibeasley
added a commit
to wibeasley/lettercase
that referenced
this issue
Dec 21, 2017
To make sure the CamelCase implementation didn't mess up other case conversions See decisionpatterns#1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: