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
includesIgnoreCase('foobar', 'FOO'); // true Copy
includesIgnoreCase('foobar', 'FOO'); // true
Returns whether the given text includes the comparison string, case-insensitive