String

struct String
  • Undocumented

    Declaration

    Swift

    public var dictionary: [String : Any]? { get }
  • Undocumented

    Declaration

    Swift

    public var json: JSON { get }
  • Undocumented

    Declaration

    Swift

    public func compare(_ vals: [String]) -> Bool
  • Undocumented

    Declaration

    Swift

    var local: String { get }
  • Undocumented

    Declaration

    Swift

    var localized: String { get }
  • Undocumented

    Declaration

    Swift

    func resolveHostname(_ failed: Bool = false) -> String
  • Undocumented

    Declaration

    Swift

    func resolve(failed: Bool = false, action: @escaping ((String) -> Void))
  • Undocumented

    Declaration

    Swift

    public var attributedWithLangFont: NSMutableAttributedString { get }
  • Undocumented

    Declaration

    Swift

    public func attributedWithLangFont(_ size: CGFloat) -> NSMutableAttributedString
  • Undocumented

    Declaration

    Swift

    public var camelCased: String { get }
  • Undocumented

    Declaration

    Swift

    public var CamelCased: String { get }
  • String representation of self with XML special characters escaped.

    Declaration

    Swift

    public var xmlEscaped: String { get }
  • Undocumented

    Declaration

    Swift

    public var jsonKey: JSONKey { get }