Function TokenIterator.skipUntil

Skip until a token with a certain text is reached

ref TokenIterator skipUntil (
  string text
) return pure nothrow @nogc @safe;