properNoun constant

Pattern const properNoun

ProperName regex

Implementation

static const Pattern properNoun = r"^([A-Z][A-z\-]{1,}[A-z])$";