alphaReg top-level property

RegExp alphaReg
getter/setter pair

A regular expression that matches any string containing only letters (a-zA-Z).

Implementation

RegExp alphaReg = RegExp(alphaRegStr);