asciiUppercase constant

String const asciiUppercase

The uppercase letters 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'. This value is not locale-dependent and will not change.

Implementation

static const String asciiUppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';