caseLevel property

bool caseLevel
getter/setter pair

Flag that determines whether to include case comparison at strength level 1 or 2. If true, include case comparison; i.e. When used with strength:1, collation compares base characters and case. When used with strength:2, collation compares base characters, diacritics (and possible other secondary differences) and case. If false, do not include case comparison at level 1 or 2. The default is false. For more information, see ICU Collation: Case Level.

Implementation

bool caseLevel;