Versions in this module Expand all Collapse all v1 v1.4.0 Mar 1, 2025 v1.3.0 Aug 31, 2023 v1.2.2 Jun 2, 2022 v1.2.1 Mar 24, 2021 Changes in this version type Grep + func (g *Grep) LimitPrintCount(globalLimit int64, fileLimit int64) v1.1.0 Dec 20, 2018 v1.0.0 Oct 6, 2014 Changes in this version + type Grep struct + C bool + Done bool + H bool + L bool + Match bool + N bool + Regexp *Regexp + Stderr io.Writer + Stdout io.Writer + Z bool + func (g *Grep) AddFlags() + func (g *Grep) File(name string) + func (g *Grep) Limit(limit int64) + 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 Other modules containing this package github.com/junkblocker/codesearch/v6