[V] PROTO_FULL_IDENT
const PROTO_FULL_IDENT: RegExp;
Defined in the ProtoBuf Language Spec.
ident = letter { letter | decimalDigit | ”_” } fullIdent = ident { ”.” ident }
const PROTO_FULL_IDENT: RegExp;
Defined in the ProtoBuf Language Spec.
ident = letter { letter | decimalDigit | ”_” } fullIdent = ident { ”.” ident }