Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailFinder ¶
type EmailFinder struct {
// contains filtered or unexported fields
}
EmailFinder performs simple regexp email searching. Currently, there's no need for validation, but we can definitely take a look at implementing that in the future
func NewEmailFinder ¶
func NewEmailFinder() *EmailFinder
func (*EmailFinder) FindEmails ¶
func (ef *EmailFinder) FindEmails(html string) []string
FindEmails - just a function that finds unique emails in a webpage. There's no reason to keep the duplicates
Click to show internal directories.
Click to hide internal directories.