This version is out of date, covering development from v9.0.0 to v9.3.0. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

Stream.expectNumber


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.expectNumber

If the string begins with one or more contiguous character(s) that could be interpreted as a number, the stream skips to the end of that number sequence and parsing continues.

"1234 items" is passed so the remaining stream is "items"

"1,234 items" is passed so the remaining stream is ",234 items"

Note how the presence of a formatting comma breaks an otherwise continuous number sequence.