Returns true if the string in the parameter is not empty.
String
isNotEmpty(<parameters>)
isNotEmpty(<string>)
Returns a boolean.
isNotEmpty("")
Returns false.
isNotEmpty("hello")
Returns true.