Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Altered:
Function [other Function type actions]
Item [operators of similar scope]
Stream parsing [other Stream parsing operators]
9.1.0
Stream.skipTo("matchString")
Looks for the matchString (N.B. this is not a regular expression) in the source stream. If not found, it returns nothing. If found, it returns the string that follows matchString.