My intent is to write a function that takes an html file converted to a string and returns an array populated with all of the links from the html file.
The following