onlyLowercase property

RegExp onlyLowercase
getter/setter pair

Implementation

static RegExp onlyLowercase = RegExp(r'[a-z]');