Instance Propertyscinfu.swiftsoup 2.8.7SwiftSoup->Swift
utf8ArraySlice
String.swift:204var utf8ArraySlice: ArraySlice<UInt8> { get }
var utf8ArraySlice: ArraySlice<UInt8> { get }
import Swift
import SwiftSoup
@frozen struct String
A Unicode string value that is a collection of characters.
@frozen struct ArraySlice<Element>
A slice of an Array
, ContiguousArray
, or ArraySlice
instance.
@frozen struct UInt8
An 8-bit unsigned integer value type.
var utf8Array: [UInt8] { get }
func trim() -> String