I would like to be able to check a string of text and extract a twitpic url if it is present in the string, ultimately I would like just the code portion, but either will do.
Example:
"blah blah blah http://twitpic.com/1aso4q blah blah"
Desired result:
http://twitpic.com/1aso4q
or
1aso4q
Anyone able to help?