Convert PascalCase string into snake_case
05.04.2023
Complete the function/method so that it takes a PascalCase string and returns the string in snake_case notation. Lowercase characters can be numbers. If the method gets a number as input, it should return a string.
Blog_Description
Comments
05.04.2023