We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d98c77 commit 1eaa24fCopy full SHA for 1eaa24f
extracted-files/grammar.abnf
@@ -11,7 +11,7 @@ banned = %x00-08 / %x0B-0C / %x0E-1F ; C0 other than LF CR and Tab
11
; All other rules assume the absence of any banned characters
12
13
14
-; DIGIT = %x30-39 ; 0 through 9 -- part of the ABNF core
+; DIGIT = %x30-39 ; 0 through 9 -- defined in RFC 5234 section B.1
15
nonzero = %x31-39 ; 1 through 9
16
ucletter = %x41-5A ; A through Z
17
underscore = %x5F ; _
0 commit comments