Open Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
toString
Token.swift:35func toString() throws -> String
func toString() throws -> String
import SwiftSoup
class Token
@frozen struct String
A Unicode string value that is a collection of characters.
var debugDescription: String { get }
@discardableResult func reset() -> Token
Reset the data represent by this token, for reuse. Prevents the need to create transfer objects for every piece of data, which immediately get GCed.
enum TokenType