Find a substring, with an optional starting offset
ptrdiff_t find(const char * s, ptrdiff_t offset = 0) const;
Starting offset of the string if found, or -1 if not found
find Method