alphaNumericRegStr top-level property

String alphaNumericRegStr
getter/setter pair

The pattern used by the alphaNumericReg regular expression.

Implementation

String alphaNumericRegStr = r'^[a-zA-Z0-9]+$';