MatchText
public struct MatchText : XMLRepresentable
Undocumented
-
A Boolean value indicating whether the text match is enabled.
Declaration
Swift
public var isEnabled: Bool
-
The rule to use for the text match.
Declaration
Swift
public var rule: Rule
-
The text value to match.
Declaration
Swift
public var value: String
-
Initializes a new text match.
Declaration
Swift
public init(rule: Rule = .includes, value: String)
Parameters
rule
The rule to use for the text match,
includes
by default.value
The text value to match.