Registry / utility / huandu-xstrings

huandu-xstrings

JSON →
library1.5.0gogounverified

Provides string algorithms not included in the standard strings package.

go get github.com/huandu/xstrings
INSTALL
IMPORT
SIG · HUANDU-XSTRINGS
H
huandu-xstrings
utilitygov1.5.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.

xstrings
github.com/huandu/xstrings

Shuffles a string using xstrings.

package main import ( "fmt" "github.com/huandu/xstrings" ) func main() { result := xstrings.Shuffle("hello") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
huandu-xstrings — go get huandu-xstrings · libregistry