init(_ pattern: Pattern)
s9SwiftSoup9EvaluatorC7MatchesCyAeA7PatternVcfc
28E13
import SwiftSoup
final class Matches
Evaluator for matching Element (and its descendants) text with regex
class Evaluator
Evaluates that an element matches the selector.
struct Pattern
override func matches(_ root: Element, _ element: Element) throws -> Bool
override func toString() -> String