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
Fix#140: camel_to_snake adds underscore after digits
Fixed regex to add underscore between digit sequences and uppercase letters.
Example: camel_to_snake('python2Thing') now returns 'python2_thing'
instead of 'python2thing'.
0 commit comments