Registry / utility / akutz-sortfold

akutz-sortfold

JSON →
library0.2.1gogounverified

Package sortfold enables sorting string slices in increasing order using a case-insensitive comparison.

go get github.com/akutz/sortfold
INSTALL
IMPORT
SIG · AKUTZ-SORTFOLD
A
akutz-sortfold
utilitygov0.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.

sortfold
github.com/akutz/sortfold

Sorts a string slice case-insensitively.

package main import ( "fmt" "github.com/akutz/sortfold" ) func main() { strs := []string{"apple", "Banana", "cherry"} sortfold.Strings(strs) fmt.Println(strs) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
1
Resources
akutz-sortfold — go get akutz-sortfold · libregistry