-
-
Notifications
You must be signed in to change notification settings - Fork 46.5k
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 camelCase to snake_case conversion algorithm #9726
Labels
enhancement
This PR modified some existing files
Comments
I've created PR #9727 |
i would like to work on this issue |
Hey could you please assign this issue to me |
I have raised a PR https://github.com/TheAlgorithms/Python/pull/9774 |
14 tasks
Hey @Mrk-Mzj is this issue is still open , could you please confirm that! |
No the pull request is closed
…On Thu, 5 Oct 2023, 1:05 pm Shiva Silmawala, ***@***.***> wrote:
Hey @Mrk-Mzj <https://github.com/Mrk-Mzj> is this issue is still open ,
could you please confirm that!
—
Reply to this email directly, view it on GitHub
<#9726 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW65R4XGYJQ75UX2I2V37XLX5ZPMBAVCNFSM6AAAAAA5TAT52OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBYGI3TGMRYGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
14 tasks
ChrisO345
pushed a commit
that referenced
this issue
Oct 5, 2023
14 tasks
sedatguzelsemme
pushed a commit
to sedatguzelsemme/Python
that referenced
this issue
Sep 15, 2024
…orithms#9727) * First commit camel case to snake case conversion algorithm, including numbers * code modified to not use regex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
In the 'strings' folder there is an algorithm that converts snake_case to camelCase.
But what's missing is camel to snake algorithm that handles numbers. It should be added.
The text was updated successfully, but these errors were encountered: