Documentation ¶
Index ¶
Constants ¶
View Source
const URLRE = `https?://[^ \t\n/$.?#].[^ \t\n"<]*`
URLRE is the regular expression to use to extract URLs from the input stream. Source: https://mathiasbynens.be/demo/url-regex
Variables ¶
This section is empty.
Functions ¶
func CheckURLsFromGrepOutput ¶
CheckURLsFromGrepOutput runs the specified cmd, which should be grepping using the URLRE regular expression defined above.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.