isSpace

open fun isSpace(s: String): Boolean

Return whether the string is null or white space.

Return

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

Parameters

s

The string.