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
David Hsing
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