empty
empty() -> Boolean
Checks if the string is empty.
Examples
''.empty();
//-> true
' '.empty();
//-> false
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор
© 2009 перевод Иванов Егор
easing the pain of dynamic web applications
empty() -> Boolean
Checks if the string is empty.
''.empty();
//-> true
' '.empty();
//-> false