4.0.0-rc.5 • Published 3 years ago
@matrix-org/linkify-string v4.0.0-rc.5
linkify-string
Linkify String Interface. Use linkify-string
to replace links in plain-text strings with anchor tags.
This function will not parse strings with HTML. Use one of the following instead, depending on your application:
linkify-html
linkify-element
linkify-jquery
Installation
Install from the command line with NPM
npm install linkifyjs linkify-string
Import into your JavaScript with require
const linkifyStr = require('linkify-string');
or with ES modules
import linkifyStr from 'linkify-string';
Usage
License
MIT
4.0.0-rc.5
3 years ago
4.0.0-rc.4
3 years ago
4.0.0-rc.3
3 years ago
4.0.0-rc.2
3 years ago
4.0.0-rc.1
3 years ago