pub async fn find_urls(url: &str, aname: String) -> Vec<String>
Expand description

Find URLs in a text using a regular expression searching for HTML tags

Arguments

  • aname - The name (text description) between the HTML anchor tags

Returns

A vector of URLs found in the text