Skip to content

Invalid case conversion of words containing digits #1

Description

@qzb

Strings such as k8s and g2a aren't correctly converted between UPPER_CASE and camelCase. Currently conversion algorithm treats boundaries between digits and letters as word boundaries. This leads to confusing conversions like:

k8sHost → K_8_S_HOST
K8S_HOST → k8SHost

Expected conversions:

k8sHost → K8S_HOST
K8S_HOST → k8sHost

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions