findStr
private fn
size_t findStr(string haystack, string needle, size_t start = 0) pure @safe nothrowFinds the first occurrence of needle in haystack starting at start. Returns the index, or size_t.max if not found.