String
struct String
Adds convenience method for String.
-
Convenience method for setting optional values from empty strings in
JSONobjects.Declaration
Swift
public var nonEmpty:String?Return Value
self if self is not empty, nil otherwise.
View on GitHub
String Extension Reference