Returns whether the given text includes the comparison string, case-insensitive
Optional
The source string to check
The target string to compare
whether the given text includes the comparison string, case-insensitive
David Hsing
includesIgnoreCase('foobar', 'FOO'); // true Copy
includesIgnoreCase('foobar', 'FOO'); // true
Returns whether the given text includes the comparison string, case-insensitive