Deprecated in favor of get-urls.
import {
extractUrls,
SOURCE_TYPE_MARKDOWN
} from 'url-extractor';
extractUrls('', SOURCE_TYPE_MARKDOWN);
Download using NPM:
npm install url-extractor
Extract URLs from a string, markdown or HTML document.
Deprecated in favor of get-urls.
import {
extractUrls,
SOURCE_TYPE_MARKDOWN
} from 'url-extractor';
extractUrls('', SOURCE_TYPE_MARKDOWN);
Download using NPM:
npm install url-extractor
Extract URLs from a string, markdown or HTML document.
Other