Versions in this module Expand all Collapse all v0 v0.2.0 Feb 2, 2015 Changes in this version + type Grep struct + C bool + H bool + L bool + Match bool + N bool + Regexp *Regexp + Stderr io.Writer + Stdout io.Writer + func (g *Grep) AddFlags() + func (g *Grep) File(name string) + func (g *Grep) Reader(r io.Reader, name string) + type Regexp struct + Syntax *syntax.Regexp + func Compile(expr string) (*Regexp, error) + func (r *Regexp) Match(b []byte, beginText, endText bool) (end int) + func (r *Regexp) MatchString(s string, beginText, endText bool) (end int) + func (re *Regexp) String() string