import Foundation

/// OrSearchStrategy is a concrete class that represents a strategy to search for a string that contains at least one of a given array of strings.
final class OrSearchStrategy: SearchStrategy {