- From: Sam Ruby <notifications@github.com>
- Date: Tue, 09 Dec 2014 08:14:23 -0800
- To: webspecs/url <url@noreply.github.com>
Received on Tuesday, 9 December 2014 16:14:50 UTC
Thanks for the clarification. Got it. Here's the ABNF: ``` IPv4address = dec-octet "." dec-octet "." dec-octet "." dec-octet dec-octet = DIGIT ; 0-9 / %x31-39 DIGIT ; 10-99 / "1" 2DIGIT ; 100-199 / "2" %x30-34 DIGIT ; 200-249 / "25" %x30-35 ; 250-255 ``` So exactly four numbers, all numbers are decimal, no leading zeros, all values between 0 and 255, ... things like that. Make sense to me. --- Reply to this email directly or view it on GitHub: https://github.com/webspecs/url/issues/12#issuecomment-66308114
Received on Tuesday, 9 December 2014 16:14:50 UTC