This handles the strings that convert to 0 in numeric expressions that are not 0 itself. (It does not handle strings such as 0000 or 0.0, which you might want your program to consider equivalent to 0; to deal with these, see the discussion of the split function later in today's lesson.)