Versions in this module Expand all Collapse all v0 v0.1.0 Aug 21, 2015 Changes in this version + var ErrBadString = errors.New("filter.Match: string is empty") + func List(patterns []string, str string) (matched bool, err error) + func Match(pattern, str string) (matched bool, err error)