alphaNumericReg top-level property
A regular expression that matches any string containing only letters and numbers.
Implementation
RegExp alphaNumericReg = RegExp(alphaNumericRegStr);
A regular expression that matches any string containing only letters and numbers.
RegExp alphaNumericReg = RegExp(alphaNumericRegStr);