Hi Michael, As we both know checking IP addresses via regular expressions is hard. > Why don't you use socket.inet_pton (already wrapped in > netutils.IPAddress.IsValid)?
Because I must search for IP addresses in strings (namely, the ip output), not validate addresses. Thanks, Andrea
