Returns whether the given text includes to any of the comparison strings
Optional
the source string to check
the target strings to compare
whether the given text includes the comparison string
includesAny('foobar', ['foo', 'bar']); // true Copy
includesAny('foobar', ['foo', 'bar']); // true
Returns whether the given text includes to any of the comparison strings