Skip to content

Need underscore as Constant word separator #1

@CaryLandholt

Description

@CaryLandholt

HttpStatusCodes should result in HTTP_STATUS_CODES

camelToDash = (str) ->
    str.replace(/([a-z\d])([A-Z])/g, '$1_$2').toUpperCase()

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