TextTransformationType
public enum TextTransformationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case none = "NONE"
-
Undocumented
Declaration
Swift
case compressWhiteSpace = "COMPRESS_WHITE_SPACE"
-
Undocumented
Declaration
Swift
case htmlEntityDecode = "HTML_ENTITY_DECODE"
-
Undocumented
Declaration
Swift
case lowercase = "LOWERCASE"
-
Undocumented
Declaration
Swift
case cmdLine = "CMD_LINE"
-
Undocumented
Declaration
Swift
case urlDecode = "URL_DECODE"
-
Declaration
Swift
public var description: String { get }