Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Consider implementing an ugly case conversion #77

Open
@dmerejkowsky

Description

@dmerejkowsky

Currently I workaround it by writing something like:

let input = "foo_bar";
let ugly = input.to_train_case().replace("-", "_");
assert_eq!(ugly, "Foo_Bar");

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