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.
pub fn extract_urls(body: &str) -> Vec<ExtractedUrl>Extracts URLs from body using a substring scan. UTF-8 safe; offsets
are byte indices into the input.