i am working on a little function for fetching and displaying items from my twitter rss feed. but i am getting it in this format :
Title http://t.co/xxx
what i want is to extract the http://t.co/xx (url) from that string i am getting.
so i can use it as a link etc.
Help is appreciated :}
1 Answer