Check If a String is Empty
A string can be checked if it's empty or not by following ways -
Simple Way
Here we just compare the variable to an empty string.
Advanced Way
Source: StackOverFlow
Last updated
A string can be checked if it's empty or not by following ways -
Here we just compare the variable to an empty string.
Source: StackOverFlow
Last updated