empty
1.5.1
empty() -> Boolean
Checks if the string is empty.
Examples
''.empty();
//-> true
' '.empty();
//-> false
easing the pain of dynamic web applications
empty() -> Boolean
Checks if the string is empty.
''.empty();
//-> true
' '.empty();
//-> false