@unikue/ts-lang-utils
    Preparing search index...

    Function includesIgnoreCase

    • Returns whether the given text includes the comparison string, case-insensitive

      Parameters

      • Optionaltext: null | string

        The source string to check

      • Optionalcomparison: null | string

        The target string to compare

      Returns boolean

      whether the given text includes the comparison string, case-insensitive

      David Hsing

      includesIgnoreCase('foobar', 'FOO');    // true