Looking for findSplit? http://dlang.org/phobos/std_algorithm.html#findSplitCool, that's what I want!Now if I could find the elegant way to remove exactly one line from the text without scanning the text after it...
Isn't that exactly what findSplit does? It doesn't have to search the rest of the string after the match, it just returns a slice of the rest of the array (I guess - haven't read the code)
