isBlank(_:)

Tests if a string is blank: null, emtpy, or only whitespace (” “, \r\n, \t, etc)

StringUtil.swift:94
static func isBlank(_ string: String) -> Bool
<param>
<return>