Expand description
String case conversions (snake_case, Title Case).
Functionsยง
- title_
case - Title-cases
sby capitalizing the first letter of each alphabetic run. - to_
snake_ case - Converts a string from any common case to
snake_case.
String case conversions (snake_case, Title Case).
s by capitalizing the first letter of each alphabetic run.snake_case.