alphaNumericReg top-level property

RegExp alphaNumericReg
getter/setter pair

A regular expression that matches any string containing only letters and numbers.

Implementation

RegExp alphaNumericReg = RegExp(alphaNumericRegStr);