skipPast

open fun skipPast(to: String)

Skip characters until past the requested string. If it is not found, we are left at the end of the source with a result of false.

Parameters

to

A string to skip past.