Versions in this module Expand all Collapse all v0 v0.0.5 Nov 15, 2018 v0.0.4 Nov 5, 2018 v0.0.3 Oct 31, 2018 Changes in this version + type Matcher interface + Match func(value string) bool + MatchGroups func(value string) map[string]string + func New(expression string) (Matcher, error) + func NewMust(expression string) Matcher