onlyUppercase property

RegExp onlyUppercase
getter/setter pair

Implementation

static RegExp onlyUppercase = RegExp(r'[A-Z]');