findStr

private fnsize_t findStr(string haystack, string needle, size_t start = 0) pure @safe nothrow

Finds the first occurrence of needle in haystack starting at start. Returns the index, or size_t.max if not found.