isBlank

abstract fun isBlank(text: String): Boolean

判断字符串是否为空白(null, empty, 或只包含空格/制表符)。

Return

为空白返回 true

Parameters

text

目标字符串