String
extension String
-
Encodes a string to become x-www-form-urlencoded; the space is encoded as plus sign (+).
Declaration
Swift
var wwwFormURLEncodedString: String { get }
-
Decodes a percent-encoded string and converts the plus sign into a space.
Declaration
Swift
var wwwFormURLDecodedString: String { get }