Skip to content

Algorithm change: Camel case string to underscore string supports abbreviation #24

Closed
@huandu

Description

It's a possible breaking change, but quite unlikely.

New algorithm can detect "abbreviation" in a string. For example, in string HTTPServer, HTTP is an abbreviation and will be converted to http instead of h_t_t_p.

Following are typical cases

  • HTTPServer => http_server
  • ALL => all
  • NoHTTPS => no_https

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions