Make convertToSnakeCase handle edge cases
This commit updates the convertToSnakeCase utility function to handle edge cases, in particular cases where the input only contains numbers.
Showing
Please register or sign in to comment
This commit updates the convertToSnakeCase utility function to handle edge cases, in particular cases where the input only contains numbers.