Initializerscinfu.swiftsoup 2.8.7SwiftSoup
init(_:_:)
Evaluator.swift:277init(_ key: String, _ pattern: Pattern)
init(_ key: String, _ pattern: Pattern)
s9SwiftSoup9EvaluatorC26AttributeWithValueMatchingCyAESS_AA7PatternVtcfc
What are these?4AQHU
import SwiftSoup
final class AttributeWithValueMatching
Evaluator for attribute name/value matching (value regex matching)
class Evaluator
Evaluates that an element matches the selector.
@frozen struct String
A Unicode string value that is a collection of characters.
struct Pattern
override func matches(_ root: Element, _ element: Element) throws -> Bool
override func toString() -> String