IS_SPACES checks if a string contains only whitespace characters. An empty string ('') has no characters at all, so it cannot contain only spaces - it contains nothing. The function correctly returns FALSE because the string is empty, not space-filled.