std::core::string

pascal_to_snake_copy

fn String String.pascal_to_snake_copy(self, Allocator allocator)
Convert a string from `PascalCase` to `snake_case`.

Parameters