Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
toString
Evaluator.swift:291override func toString() -> String
override func toString() -> String
s9SwiftSoup9EvaluatorC26AttributeWithValueMatchingC8toStringSSyF
What are these?8T54T
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.
func toString() -> String
init(_ key: String, _ pattern: Pattern)
override func matches(_ root: Element, _ element: Element) throws -> Bool