Hi
Thanks for your reply. the problem with your fist solution is that if the string contains just http:// or "this is a www string" it will return true even though technically there is not a URL in the string.
Your regex is a little better but not perfect. Is there any better more assured way?
I for now will use your regex.

Thanks