Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Extract ¶
func Extract(data []byte, minLen int, enc string, sections []internal.SectionInfo, filterPat *regexp.Regexp, showContext bool) []internal.StringResult
func ExtractMulti ¶
func ExtractMulti(data []byte, minLen int, encodings []string, sections []internal.SectionInfo, filterPat *regexp.Regexp, showContext bool) []internal.StringResult
ExtractMulti scans data with multiple encodings in parallel, returning deduplicated results. This is faster than calling Extract sequentially for each encoding.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.