Returns whether the given strings are equal, case-insensitive
Optional
The source string to check
The target string to compare
whether the given strings are equal, case-insensitive
David Hsing
equalsIgnoreCase('foo', 'FOO'); // true Copy
equalsIgnoreCase('foo', 'FOO'); // true
Returns whether the given strings are equal, case-insensitive