Hi Im looping over json response from Twitter api. Each api response give me a tweet, something like this:
Hi my name is @john, and I love #soccer, visit me
Im trying to replace @john, and insert <a href=http://twitter.com/john>@john</a>
. BUT, the comma (,) after @john, is the problem.
How to replace dots, commas, etc before and after the tag?