url-extractor

Extract URLs from a string, markdown or HTML document.

BSD-3-Clause 6 个版本
安装
npm install url-extractor
yarn add url-extractor
pnpm add url-extractor
bun add url-extractor
README

URL-Extractor

Travis build status NPM version

Deprecated

Deprecated in favor of get-urls.

Extract URLs from Markdown

import {
    extractUrls,
    SOURCE_TYPE_MARKDOWN
} from 'url-extractor';

extractUrls('', SOURCE_TYPE_MARKDOWN);

Download

Download using NPM:

npm install url-extractor
版本列表
3.0.0 2019-05-08
2.0.2 2016-03-31
2.0.1 2016-03-29
2.0.0 2016-02-01
1.0.1 2014-11-20
1.0.0 2014-11-20