Versions in this module Expand all Collapse all v1 v1.18.0 Aug 2, 2026 v1.17.0 Jul 27, 2026 Changes in this version + func IsPathPattern(pattern string) bool + type Pattern struct + func Compile(pattern string, ignoreCase bool) (*Pattern, error) + func (p *Pattern) BaseSegment() (*Pattern, bool) + func (p *Pattern) Match(s string) bool + func (p *Pattern) String() string