You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Would be nice if toKebabCase fn would work also for camel case and pascal case strings
R_.toKebabCase("helloWorld"); -> returns hello-world
R_.toKebabCase("HelloWorld"); -> returns hello-world
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Would be nice if toKebabCase fn would work also for camel case and pascal case strings
R_.toKebabCase("helloWorld"); -> returns hello-world
R_.toKebabCase("HelloWorld"); -> returns hello-world
The text was updated successfully, but these errors were encountered: