Skip to contents

Convert URL to HTML link that opens in new tab

Usage

url_linkify(url, text)

Arguments

url

string that is URL

text

string that is label

Value

url_linkify('epa.gov','EPA') returns "<a href=\"epa.gov\", target=\"_blank\">EPA</a>"