isTrimEmpty

open fun isTrimEmpty(s: String): Boolean

Return whether the string is null or whitespace.

Return

{@code true}: yes{@code false}: no

Parameters

s

The string.