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

spaceCase doesn't work for snake_case #33

Open
emran opened this issue Nov 7, 2023 · 0 comments
Open

spaceCase doesn't work for snake_case #33

emran opened this issue Nov 7, 2023 · 0 comments

Comments

@emran
Copy link

emran commented Nov 7, 2023

It works for camelCase
For Example

spaceCase('$catDog') // Output: $cat Dog

But doesn't for snake_case

spaceCase('$cat_dog') // Output: $cat_dog 
// but Expected output: $cat dog
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