@ac-essentials/misc-util
    Preparing search index...

    Function stringIsEqual

    • Compares two strings for equality, with options for case insensitivity and diacritic replacement.

      Parameters

      • a: string

        The first string to compare.

      • b: string

        The second string to compare.

      • Optionaloptions: StringIsEqualOptions

        Comparison options.

      Returns boolean

      True if the strings are considered equal based on the provided options; otherwise, false.