title constant

Pattern const title

TItle regex ***********Don't allow new line

Implementation

static const Pattern title = r"^([^\n`~@#\$%^&\*\\])+$";