Documentation
¶
Index ¶
- func FileLineByLine(r io.Reader, re *regexp.Regexp) chan string
- func FileLines(r io.Reader, re *regexp.Regexp) []string
- func FileMatch(r io.Reader, re *regexp.Regexp) bool
- func LineByLine(path string, re *regexp.Regexp) (chan string, error)
- func Lines(path string, re *regexp.Regexp) ([]string, error)
- func Match(path string, re *regexp.Regexp) bool
- func Matches(path string, re *regexp.Regexp, n int) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LineByLine ¶
LineByLine returns each line of the file matching the regex
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.