Re: [twitter-dev] How can i get the links with in the tweet.

2010-02-25 Thread Jordan Running
The answer will depend on the language you're working with, but generally it will involve using a regular expression to detect and extract the URL. If you're using Ruby, you're in luck because Twitter has released its own text processing code to the community:

Re: [twitter-dev] How can i get the links with in the tweet.

2010-02-25 Thread Lil Peck
I'm using classic asp with regex for that works great - if youre using windows server. Just google classic asp twitter. On 2/25/10, Jordan Running jrunn...@gmail.com wrote: The answer will depend on the language you're working with, but generally it will involve using a regular expression to