string/url_extract_utils library
URL/link extractor with context (roadmap #423).
Classes
- UrlExtractUtils
- One extracted link with optional label and surrounding snippet.
Functions
-
extractUrlsWithContext(
String text, {int snippetLength = 40}) → List< UrlExtractUtils> -
Extracts URLs from
text;snippetLengthchars of context before/after.