4.1.0-1 • Published 3 years ago
c-linkify-string v4.1.0-1
linkify-string
Linkify String Interface. Use linkify-string to detect URLs, email addresses and more in plain-text strings and wrap them with anchor <a> tags.
This function will not parse strings with HTML. Use one of the following instead, depending on your application:
Installation
Install from the command line with NPM
npm install linkifyjs linkify-stringImport into your JavaScript with require
const linkifyStr = require('linkify-string');or with ES modules
import linkifyStr from 'linkify-string';Usage
License
MIT