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.84.0 (latest)
- Published
- May 21, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 day ago –
Tools for package owners.