Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

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