[V] PROTO_FULL_IDENT
const PROTO_FULL_IDENT: RegExp;Defined in the ProtoBuf Language Spec.
letter = āAā ⦠āZā | āaā ⦠āzā | ā_ā ident = letter { letter | decimalDigit } fullIdent = ident { ā.ā ident }
const PROTO_FULL_IDENT: RegExp;Defined in the ProtoBuf Language Spec.
letter = āAā ⦠āZā | āaā ⦠āzā | ā_ā ident = letter { letter | decimalDigit } fullIdent = ident { ā.ā ident }