0
Encoded
UPPER_SNAKE_CASE | |
---|---|
lower_snake_case |
About snake case conversion
Snake case is one of the naming conventions used in programming.
It supports conversion to the following formats.
Name | Alternative name | Format |
---|---|---|
Upper snake case | Screaming snake case, Macro case, Constant case | UPPER_SNAKE_CASE |
Lower snake case | Pothole case | lower_snake_case |