Find a character, starting at the front of the string
ptrdiff_t find(char c) const;
Offset of the character, or -1 if not found
find Method