Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + var ErrSyntax = errors.New("invalid syntax") + func CompilePattern(pattern string, escape byte) (patChars, patTypes []byte) + func DoMatch(str string, patChars, patTypes []byte) bool + func RemoveBlanks(s string) string + func Unquote(s string) (t string, err error) + func UnquoteChar(s string, quote byte) (value []byte, tail string, err error)