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
Looking for the same. Found a solution on https://zellwk.com/blog/case-conversion/, first convert the string to kebabCase via voca, then applying the presented solution.
I like Voca better than the alternatives, but I can't see how you would convert camelcase into words. In other libs it's called .humanize
For example:
"camelCase" -> "camel case"
The text was updated successfully, but these errors were encountered: