Function extract_urls

Source
pub fn extract_urls(text: &str) -> impl Iterator<Item = Url> + '_
Expand description

Get an iterator over urls in text.