String
struct String
-
A String divider line
Declaration
Swift
static var dividerLine: String { get }
-
Drop suffix from String
Declaration
Swift
func drop(suffix: String) -> StringParameters
suffixThe suffix that should be removed
Return Value
The String without suffix
-
Drop Whitespaces
Declaration
Swift
func dropWhitespaces() -> StringReturn Value
The updated String with no whitespaces
View on GitHub
String Extension Reference