Hi everyone, I want a regex which will replace the long url with ..., for example,
I pass in a string with url in it, i.e
<a href="http://www.abc.com/thisSite/myPages/blah-blah-blah.aspx">http://www.abc.com/thisSite/myPages/blah-blah-blah.aspx</a>
should be converted to
<a href="http://www.abc.com/thisSite/myPages/blah-blah-blah.aspx">http://www.abc.com/th....</a>
any help would be appriciated.