func matcher(in text: String) -> Matcher
s9SwiftSoup7PatternV7matcher2inAA7MatcherCSS_tF
8KGD5
import SwiftSoup
struct Pattern
@frozen struct String
A Unicode string value that is a collection of characters.
class Matcher
static let CASE_INSENSITIVE: Int
static func compile(_ s: String) -> Pattern
static func compile(_ s: String, _ op: Int) -> Pattern
func toString() -> String
func validate() throws