Skip to content

Cm5StringStream.skipTo method

Cm5StringStream › skipTo

Unofficial

Skips to the next occurrence of the given character on the current line.

Signature:

skipTo(ch: string): boolean

Parameters:

Parameter Type Description
ch string The character to skip to.

Returns: booleantrue if the character was found.