camel To Snake
Converts a camelCase string to snake_case.
Return
The converted string in snake_case.
Parameters
str
The input string to convert.
Converts a camelCase string to snake_case.
The converted string in snake_case.
The input string to convert.