Returns true if the string in the parameter has no character.
String
isEmpty(<parameters>)
isEmpty(<string>)
Returns a boolean.
isEmpty("")
Returns true.
isEmpty("Hello World")
Returns false.