Home Segments Index Top Previous Next

475: Mainline

Once you have a string, you can determine whether that string has no characters using the isEmpty or notEmpty predicates:

string isEmpty  <-- Answers true if there are no characters. 
string notEmpty <-- Answers true if there are characters.