G
Gregory Leck
I can import a .txt document into a TextBox
Each line in the TextBox contains a URL, for example, http://www.whateverdomain.com
I would like to convert each URL to the following format:
<a href="http://www.whateverdomain.com">http://www.whateverdomain.com</a>
Obviously I'm a dumb noob. I know how to convert a single line of text but can't figure out how to treat line-by-line, multiple entries in a TextBox.
Thanks in advance for your suggestions.
Each line in the TextBox contains a URL, for example, http://www.whateverdomain.com
I would like to convert each URL to the following format:
<a href="http://www.whateverdomain.com">http://www.whateverdomain.com</a>
Obviously I'm a dumb noob. I know how to convert a single line of text but can't figure out how to treat line-by-line, multiple entries in a TextBox.
Thanks in advance for your suggestions.