I have the following string.
[LAN access from remote] from 173.238.202.84:45093 to 192.168.20.109:42765 Friday, Dec 02,2011 04:22:57
I simply want to extract 173.238.202.84 and write it to a file.
What is the easiest way to write this in python?
Thanks.
[LAN access from remote] from 173.238.202.84:45093 to 192.168.20.109:42765 Friday, Dec 02,2011 04:22:57
I simply want to extract 173.238.202.84 and write it to a file.
What is the easiest way to write this in python?
Thanks.