Registry / utility / fatih-camelcase

fatih-camelcase

JSON →
library1.0.0gogounverified

Package camelcase splits camelcase words into a slice of words.

go get github.com/fatih/camelcase
INSTALL
IMPORT
SIG · FATIH-CAMELCASE
F
fatih-camelcase
utilitygov1.0.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.

camelcase
github.com/fatih/camelcase

Split a camelCase string into words.

package main import ( "fmt" "github.com/fatih/camelcase" ) func main() { words := camelcase.Split("CamelCase") fmt.Println(words) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fatih-camelcase — go get fatih-camelcase · libregistry