dwayn Posted January 24, 2011 Share Posted January 24, 2011 Hi all, What am trying to do is to find links in a string and replace them. Situation is that the link need not be separated by spaces... e.g. Contrary to popular belief, http://example.com/xyz=pqr Lorem Ipsum is not simply random texthttp://example.com/xyzzzzz=pqrs.... It has roots in a piece of classical Latin literature from 45 BC, making http://example.com/xyz=pqrrrrrrrit over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, lookedhttp://example.com/xyz=pqr should come like this(assuming replacement string is "Hello") Contrary to popular belief, Hello Lorem Ipsum is not simply random text Hello. It has roots in a piece of classical Latin literature from 45 BC, making Hello it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked Hello i.e with proper spaces in the output no matter whats in the output.... Any suggestions on how to do it? Quote Link to comment Share on other sites More sharing options...
.josh Posted January 25, 2011 Share Posted January 25, 2011 there are literally hundreds of posts here asking this exact question. Please use the search function. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.