regexAlphabet top-level constant
String
const regexAlphabet
Matches ASCII letters only.
Implementation
const String regexAlphabet = r'^[a-zA-Z]+$';
Matches ASCII letters only.
const String regexAlphabet = r'^[a-zA-Z]+$';