Registry / utility / strutil

strutil

JSON →
library1.2.1gogounverified

Package strutil collects utils supplemental to the standard strings package.

go get modernc.org/strutil
INSTALL
IMPORT
SIG · STRUTIL
S
strutil
utilitygov1.2.1
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.

strutil
modernc.org/strutil

Converts a snake_case string to CamelCase.

package main import ( "fmt" "modernc.org/strutil" ) func main() { fmt.Println(strutil.CamelCase("hello_world")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
strutil — go get strutil · libregistry