alphanumericRegEx property

RegExp alphanumericRegEx
getter/setter pair

Implementation

static RegExp alphanumericRegEx = RegExp(r'[^a-zA-Z0-9 ]');