isEmptyString

  • function
 

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

  1. string

    {String} string to be tested

Returns

{Boolean}

will return true if thing is null, undefined, NaN. Otherwise it will return false.