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

camelCaseToLowerUnderscore doubles underscores #45

Closed
raygray opened this issue May 28, 2021 · 1 comment
Closed

camelCaseToLowerUnderscore doubles underscores #45

raygray opened this issue May 28, 2021 · 1 comment

Comments

@raygray
Copy link

raygray commented May 28, 2021

If a string contains an underscore, camelCaseToLowerUnderscore duplicates it. Like:

camelCaseToLowerUnderscore ('a_b') => 'a__b'

Ephenodrom pushed a commit that referenced this issue Jun 28, 2021
@Ephenodrom
Copy link
Owner

Hello and sorry for the delay, this is fixed with version 3.3.0.

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

2 participants