• Checks if two strings are equal or one includes the other.

    Returns

    true if str1 and str2 are equal or one includes the other

    Parameters

    • str1: string
    • str2: string

    Returns boolean

Generated using TypeDoc