8000 Feature: Camel case from/to underscore conversion · Issue #1 · huandu/xstrings · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Feature: Camel case from/to underscore conversion #1
Closed
@huandu

Description

@huandu

Camel case to underscore.

  • SomeWords => some_words
  • HTTPServer => http_server
  • NoHTTPS => no_https

Underscore to camel case.

  • some_words => SomeWords
  • http_server => HttpServer
  • no_https => NoHttps
  • _complex__case_ => _Complex_Case_

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0