isEmptyString
Checks to see if a string provided is empty or not.
Lang.isEmptyString(string)
Checks to see if a string provided is empty or not.
Parameters
-
string
{String} string to be tested
Returns
{Boolean}
will return true if thing is null, undefined, NaN. Otherwise it will return false.