Registry / utility / gobeam-stringy

gobeam-stringy

JSON →
library0.0.7gogounverified

A Go string manipulation library providing fluent methods for common string operations.

go get github.com/gobeam/stringy
INSTALL
IMPORT
SIG · GOBEAM-STRINGY
G
gobeam-stringy
utilitygov0.0.7
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.

stringy
github.com/gobeam/stringy

Convert a string to camelCase using Stringy.

package main import ( "fmt" "github.com/gobeam/stringy" ) func main() { str := stringy.New("hello world") fmt.Println(str.CamelCase().Get()) // "helloWorld" }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gobeam-stringy — go get gobeam-stringy · libregistry