onlyAlpha property

RegExp onlyAlpha
getter/setter pair

Implementation

static RegExp onlyAlpha = RegExp(r'''[^a-zA-Z0-9\s.]''');