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
Description
I have not found a way how to convert Something1 into something_1 with String component. snake() method converts Something1 into something1 which I think is correct behaviour.
I wonder what if we added a new method, like underscore() that would do the conversion mentioned above?