• Check that the text matches globalAssetId case-insensitive.

    Remarks

    The case-insensitivity depends on the culture. For example in Turkish, uppercase "i" is "İ", not "I". We assume the culture to be English, and explicitly check for English case-folding.

    Returns

    True if the text matches case-insensitive

    Parameters

    • text: string

      which needs to match globalAssetId literally

    Returns boolean

Generated using TypeDoc