Hi,
I'd like to implement a RegExp (regular expression) that can check a string to see if it contains "http://" (i.e. it contains a URL), and then take that whole URL into a new string variable. The string I am using is not HTML, it is simply text with any arrangement of words, characters, numbers and URLs.
I'd imagine I'd look for a mention of "http://" within my string, and take a new string whose starting point is http:// and the end of the string is the next whitespace point just after the full URL.
PLEASE HELP, I've looked high and low for this to no avail!
Thanks in advance, Alex