shortName constant

Pattern const shortName

shortName regex

Implementation

static const Pattern shortName = r"^([A-Z][A-Za-z.'\-]+)$";