Skip to content

capitalized acronyms split by underscores using snake case conversion. Would be great to have option to preserve grouping #51

Description

@Simo-climb

when converting the following string to snake case

WA Licensed Surveyors (Transfer of Land Act 1893) Regulations 1961

the expected result with preseverd leading acronym "WA" was

wa_licensed_surveyors_transfer_of_land_act_1893_regulations_1961

but the returned result for this and other strings with capitalized acronyms was

w_a_licensed_surveyors_transfer_of_land_act_1893_regulations_1961

if there is an acronym anywhere in the string it is split by underscores.

it would be good to be able to configure this option to be disabled to preserve the string element, or have another form of the snake case conversion that preserves the acronym.

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