-
Notifications
You must be signed in to change notification settings - Fork 66
Allow uppercase_first_letter for underscore function #65
Open
Description
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?
Activity
Metadata
Metadata
Assignees
Labels
No labels