email

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL