I need to split a string with the syntax "random random http://whatever.tld random random" but have had no luck in my quest.
since the only absolute in the string is http i htought i could use split.. but i can't find the right syntax..
what i want to do is seperate the http://whatever.tld from the rest of the string.. storing it in another variable..