Add LinksA single function that takes any string as input and converts all of the parts that look like hyperlinks into live HTML hyperlinks and e-mail addresses into mailto: links..
Feature Summary
Converts "http://.../" and "www..." into live hyperlinks.
Converts e-mail addresses into mailto: links.
Allows end-user to embed hyper-/mailto- links in text without knowing HTML.
Perfect for database applications where end-users enter URL references.