toSnakeCase

Converts an identifier from camelCase or PascalCase to snake_case.

@safe pure
string
toSnakeCase
(
in string str
)

Meta