alphaNumericRegStr top-level property
The pattern used by the alphaNumericReg regular expression.
Implementation
String alphaNumericRegStr = r'^[a-zA-Z0-9]+$';
The pattern used by the alphaNumericReg regular expression.
String alphaNumericRegStr = r'^[a-zA-Z0-9]+$';