i need to find all URLs in a text like a guestbook-entry, so the URLs are not formatted in a special way, like they might begin with http:// or just with www. the harder part is the ending: URLs might end with the end of the whole text, with a newline character, with a /, with the domain name...
i think using regular expressions is the right way to convert URLs to hyperlinks, but since i'm not experienced at all with regular expressions, it's quite hard.
since this is a very usual problem, i'm sure you can help me finding the right regular expression. - at least i hope so
thanks in advance, stevie.