From catalog/rfc9110-http.abnf rule: comment

Definition

comment = "(" *( ctext / quoted-pair / comment ) ")"

quoted-pair = "\" ( HTAB / SP / VCHAR / obs-text )

ctext = HTAB / SP / %x21-27 / %x2a-5b / %x5d-7e / obs-text

obs-text = %x80-ff

    

Info

Rulename
comment
Dependencies
HTAB, SP, obs-text, ctext, VCHAR, quoted-pair, comment
Used Builtins
HTAB, SP, VCHAR

Alphabet

Translations

Railroad Diagram

comment ( ctext quoted-pair comment )

ECMAScript/JavaScript Regular Expression Literal

[recursive]

Swift Regular Expression

[recursive]

POSIX Extended Regular Expression

[recursive]