uppercaseRx property

RegExp uppercaseRx
final

Implementation

static final RegExp uppercaseRx = new RegExp(r'[A-Z]', caseSensitive: true);