I would like to extract all IP-adresses shown in a webpage, except the first one. It would also help to extract the first one into a seperate variable or all three into an array, so that the address can be used as values seperately. The addresses have all different signs bevore and after their occurance, so I just can use (\d*\.\d*\.\d*\.\d*) to detect them.
Do you have an example of your page in order to see how these IP addresses appear in your page?
Either you could grab them at once without the first occurrence or you may have to use a Javascript later on to modify the list that is extracted.
Nouredine answered
Claus-Georg posted a new question