Returns true if s has a blank character.
true
s
bool hasBlankChar(String s) { return hasBlankCharFrom(s, 0); }