string|string[] $needle:
public function containsAny(string|iterable $needle) : bool { return null !== $this->indexOf($needle); }