Form time to time I experience the issue that I should detect URLs in some text, while neither the URLs are standard conform (regarding the used characters), nor the URLs are strictly separated from other stuff by whitespaces or something.
Now Derick asked me to provide him with a regular expression for that, and I finally wrote some, which should work in most cases...