How can i parse ip addresses from a file? I tried to put all the data in the array, then from this array to parse the ip address, but nothing worked. If not difficult, provide an example.
PS File with ip addresses looks like this:
Text 127.0.0.1 and further text.
PSS Please write an example in detail.