normalize-ipv4 ( str -- newstr )


Vocabulary
ip-parser

Inputs
stra string


Outputs
newstra string


Word description
Normalizes an IP string that may not have all four address components specified, using the rules implemented by parse-ipv4.

Definition