in reply to Re: Removing padding from numeric IP addresses
in thread Removing padding from numeric IP addresses

It does until you run into an address like 192.168.010.000. Which ends up as 192.168.10. after you run it through the regex above.

----
Coyote

  • Comment on Re: Re: Removing padding from numeric IP addresses