regexAlphabet top-level constant

String const regexAlphabet

Matches ASCII letters only.

Implementation

const String regexAlphabet = r'^[a-zA-Z]+$';