username constant

Pattern const username

Username regex

Implementation

static const Pattern username = r'^[a-zA-Z0-9][a-zA-Z0-9_.]+[a-zA-Z0-9]$';