From catalog/rfc9110-http.abnf rule: Max-Forwards

Definition

Max-Forwards = 1*DIGIT

    

Info

Rulename
Max-Forwards
Dependencies
DIGIT, Max-Forwards
Used Builtins
DIGIT

Alphabet

Translations

Railroad Diagram

Max-Forwards DIGIT

ECMAScript/JavaScript Regular Expression Literal

/^[0-9]+$/

Swift Regular Expression

[0-9]+

POSIX Extended Regular Expression

[0-9][0-9]*