Operator Type:
Operator Scope of Action:
Operator Purpose:
Operator First Added:
Operator Last Altered:
Function [other Function type actions]
Item [operators of similar scope]
Stream parsing [other Stream parsing operators]
Baseline
As at baseline
Stream.expect(matchStr)
The operator tests if the String begins with the matchStr string with the following results:
- success: operator returns the rest of string that follows matchStr.
- failure: nothing is returned