PresentCondition

public struct PresentCondition : Condition

The PresentCondition checks for the presence of a string.

  • Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func check(_ text: String?) -> Bool