Returns whether the given text includes to any of the comparison strings, case-insensitive
Optional
the source string to check
the target strings to compare
whether the text includes the comparison string, case-insensitive
includesAnyIgnoreCase('foobar', ['FOO', 'world']); // true Copy
includesAnyIgnoreCase('foobar', ['FOO', 'world']); // true
Returns whether the given text includes to any of the comparison strings, case-insensitive