StringUtils
public enum StringUtils
A collection of utility functions for working with strings.
-
Returns
trueif the string is empty or contains only whitespace characters.Declaration
Swift
public static func isBlank(_ string: String) -> Bool
View on GitHub