alphaReg top-level property
A regular expression that matches any string containing only letters (a-zA-Z).
Implementation
RegExp alphaReg = RegExp(alphaRegStr);
A regular expression that matches any string containing only letters (a-zA-Z).
RegExp alphaReg = RegExp(alphaRegStr);