Skip to content

Allow uppercase_first_letter for underscore function #65

@abbbi

Description

@abbbi

underscore function will always alter variable assigments True/False, like so:

>>> inflection.underscore("snakeCase = True")
'snake_case = true'

i think it would make sense to have something like uppercase_first_letter here too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions