Documentation
    Preparing search index...
    interface StringComparisonOptions {
        ignoreCase?: boolean;
        ignoreNonSpace?: boolean;
        locale?: string | string[] | Locale;
    }
    Index

    Properties

    ignoreCase?: boolean
    ignoreNonSpace?: boolean

    Indicates that the string comparison must ignore nonspacing combining characters, such as diacritics. The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Nonspacing combining characters do not occupy a spacing position by themselves when rendered.

    locale?: string | string[] | Locale

    The locale used to compare the strings. By default it uses the result of getInvariantLocale.