Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AlphaNumerics ¶ added in v1.0.5
AlphaNumerics takes a string and removes non-alpha numerics from it.
func Emails ¶
Emails will parse text and return all email strings. The emails that are returned are deduped and sorted.
Types ¶
type LinkMatch ¶
type LinkMatch struct {
ID string `json:"id"`
Type string `json:"type"`
URL string `json:"url"`
Captures []string `json:"captures"`
}
LinkMatch is a social/professional network record.
func Link ¶
Link will attempt to identify a link from a set of strings. The first link that is found will be returned.
Source Files
¶
- email.go
- link.go
- parse.go
Click to show internal directories.
Click to hide internal directories.