hi i am reading from a file and have a number of line like the following
93.174.90.231:1005:nl Netherlands:4:00:00:14:check
i want to split this line with a space or \n or anything at the second : but how can this be done i know there is replace() but this will only replace first instance or all but i need to leave the first instance in a nd remove/replace the others any help would be great thanks
so should look like
93.174.90.231:1005
:nl Netherlands:4:00:00:14:check
or similiar
thanks