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 camelCase to snake_case conversion algorithm #9726

Closed
Mrk-Mzj opened this issue Oct 4, 2023 · 6 comments · Fixed by #9727
Closed

Add camelCase to snake_case conversion algorithm #9726

Mrk-Mzj opened this issue Oct 4, 2023 · 6 comments · Fixed by #9727
Labels
enhancement This PR modified some existing files

Comments

@Mrk-Mzj
Copy link
Contributor

Mrk-Mzj commented Oct 4, 2023

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.

@Mrk-Mzj Mrk-Mzj added the enhancement This PR modified some existing files label Oct 4, 2023
@Mrk-Mzj
Copy link
Contributor Author

Mrk-Mzj commented Oct 4, 2023

I've created PR #9727

@Richards-Richie
Copy link

i would like to work on this issue

@sahithi79
Copy link

Hey could you please assign this issue to me

@sahithi79
Copy link

@Groot-2001
Copy link

Hey @Mrk-Mzj is this issue is still open , could you please confirm that!

@Richards-Richie
Copy link

Richards-Richie commented Oct 5, 2023 via email

ChrisO345 pushed a commit that referenced this issue Oct 5, 2023
* First commit

camel case to snake case conversion algorithm, including numbers

* code modified to not use regex
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
@isidroas isidroas mentioned this issue Jan 25, 2025
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
4 participants