package match

Import Path
	github.com/carapace-sh/carapace/pkg/match (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 2 packages

Involved Source Files match.go
Package-Level Type Names (only one)
/* sort by: | */
( Match) Equal(s, t string) bool ( Match) HasPrefix(s, prefix string) bool ( Match) TrimPrefix(s, prefix string) string const CASE_INSENSITIVE const CASE_SENSITIVE
Package-Level Functions (total 3)
func Equal(s, t string) bool
func HasPrefix(s, prefix string) bool
func TrimPrefix(s, prefix string) string
Package-Level Constants (total 2)