Specifies that case is ignored when comparing or sorting two strings.
public static final int IGNORECASE;
When this flag is specified in calls to compare and sort, the strings are considered equal if they differ only in case.