Unanswered question

Variable extraction starting from 2nd occurrence?

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.

Claus-Georg P.
Claus-Georg P.

Claus-Georg P.

Level
0
51 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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.