String
struct String
Adding common functionality to String class
-
Get Empty String
Declaration
Swift
static let Empty: String
-
Identifier for CoreKit
Declaration
Swift
static let MCoreDomain: String
-
Get project localized string
Declaration
Swift
var localized: String { get }
-
Utility to encode for query string
Declaration
Swift
var queryEscaped: String? { get }