Returns true when str is empty, false otherwise.
str
Parameters
str: source string.
str:
Return Value
True if the string is empty, false otherwise
Example command:
str_empty("")
str_empty("Hello")