public func || (lhs: StringPredicate, rhs: StringPredicate) -> StringPredicate {

    return .or([.predicate(lhs), .predicate(rhs)])
}