An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.9% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/veggiemonk/strcase

Package strcase implements fast snake_case, kebab-case, camelCase and PascalCase conversions. The `strcase` package provides utility functions for converting any strings to various case formats. It can convert any string to: - camelCase or lowerCamelCase - PascalCase or UpperCamelCase - snake_case - dash-case or kebab-case Note: the "dash" is actually an ASCII hyphen a.k.a "hyphen-minus" a.k.a "minus sign", unicode `U+002D`, represented as `-` is often confused with "hyphen", unicode `U+2010`, represented as `‐` or with "En Dash" unicode `U+2013`, represented as `–` . see https://en.wikipedia.org/wiki/Dash#Unicode for more details and Unicode ASCII punctuation at https://www.unicode.org/charts/PDF/U0000.pdf for the full list of dashes. I'm no expert in this area, it seems quite complicated, so if you have any suggestions, please open an issue and let us know.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/veggiemonk/strcase
Keywords: camel-case , go , golang , kebab-case , library , pascal-case , snake-case , string , string-manipulation , stringcase
License: MIT
Latest release: over 1 year ago
First release: over 2 years ago
Namespace: github.com/veggiemonk
Dependent packages: 8
Dependent repositories: 1
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 13 days ago

    Loading...
    Readme
    Loading...