isEmpty

open fun isEmpty(s: CharSequence): Boolean

Return whether the string is null or 0-length.

Return

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

Parameters

s

The string.