isEmpty

open fun isEmpty(s: String): Boolean

Determines if the string is empty.

Return

true if the specified string is null or zero length.

Parameters

s

string to test