RunKit + npm: text-to-link

// Input let textTolink = require('text-to-link') textTolink("This is a link to Google http://google.com") // Output "This is a link to Google <a href='http://google.com'>http://google.com</a>"
Created from: https://runkit.com/npm/text-to-link
Loading…

no comments

    sign in to comment