Posted by Moham12345 on 09/24/07 14:07
Hi,
Im struggling here ... is it possible to check for a string pattern
like a valid url in a bigger string. And then return the matching
pattern string?
so if i had a string like : "This is my website it is called www.google.com
and i have made lots of money"
Now how can i match a url in this string.... or any url for that
matter and return it?
In this case it would return "www.google.com".
Thanks in advance.
[Back to original message]
|