void skipPast(string to)
Skip characters until past the requested string. If it is not found, we are left at the end of the source.
A string to skip past.