Skip to content

Make abbreviations argument work with case = "none" #183

@Tazinho

Description

@Tazinho

I.e. this should return "catcatdog"

> x <- "CatCATdog"
> to_any_case(x, abbreviations = c("Cat" = "cat"))
[1] "cat_cat_dog"
> to_any_case(x, abbreviations = c("Cat" = "cat"), case = "none")
[1] "CatCATdog"

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