Skip to main content

extract_urls

Function extract_urls 

Source
pub fn extract_urls(body: &str) -> Vec<ExtractedUrl>
Expand description

Extracts URLs from body using a substring scan. UTF-8 safe; offsets are byte indices into the input.