Returns whether the given text equals to any of the comparison strings, case-insensitive
Optional
the source string to check
the target strings to compare
whether the given string equals to any of the comparison strings, case-insensitive
equalsAnyIgnoreCase('foo', ['FOO', 'bar']); // true Copy
equalsAnyIgnoreCase('foo', ['FOO', 'bar']); // true
Returns whether the given text equals to any of the comparison strings, case-insensitive