Registry / utility / iancoleman-strcase

iancoleman-strcase

JSON →
library0.3.0gogounverified

Package strcase converts strings to various cases such as snake_case, camelCase, and kebab-case.

go get github.com/iancoleman/strcase
INSTALL
IMPORT
SIG · IANCOLEMAN-STRCASE
I
iancoleman-strcase
utilitygov0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

strcase
github.com/iancoleman/strcase

Convert a string to snake_case

package main import ( "fmt" "github.com/iancoleman/strcase" ) func main() { fmt.Println(strcase.ToSnake("HelloWorld")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iancoleman-strcase — go get iancoleman-strcase · libregistry