package stringsx
import "tailscale.com/util/stringsx"
Package stringsx provides additional string manipulation functions that aren't in the standard library's strings package or go4.org/mem.
Index ¶
Functions ¶
func CompareFold ¶
CompareFold returns -1, 0, or 1 depending on whether a < b, a == b, or a > b, like cmp.Compare, but case insensitively.
Source Files ¶
stringsx.go
- Version
- v1.86.4 (latest)
- Published
- Aug 7, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 20 minutes ago –
Tools for package owners.