PresentCondition
public struct PresentCondition: Condition
The PresentCondition
checks for the presence of a string.
-
Declaration
Swift
public var localizedViolationString = StringLocalization.sharedInstance.localizedString("US2KeyConditionViolationPresent", comment: "")
-
Declaration
Swift
public let regex = ""
-
Declaration
Swift
public var shouldAllowViolation = true
-
Declaration
Swift
public init()