What I mean is, is it possible to change the text URL link to the color green in a single string?
For example when I have a string which includes muliple URLs like below example. (Part 1) is it possible to set the text color of "http://information.com/qokp076wulpw" to green using string replace so it gets like in Part2?
Part 1:
<a class="postlink" href="http://test.site/i7xt1.htm">http://test.site/i7xt1.htm<br/></a><br/>Mirror:<br/><a class="postlink" href="http://information.com/qokp076wulpw">http://information.com/qokp076wulpw<br/></a>
Part 2:
<a class="postlink" href="http://information.com/qokp076wulpw"><font color='#1AB053'>http://information.com/qokp076wulpw</font><br/></a>