![]() |
VOOZH | about |
We can check a string is empty or not by the String Property isEmpty. If the string is empty then it returns True if the string is not empty then it returns False.
Syntax:
String.isEmpty Image Representation:
Example 1:
Output:
true
Example 2:
Output:
false