StringParser (open)

String parser class, has some useful functions for string parsing

eof and current can both be calculated from data and position, but they are used very often, so it would be inefficient to write wrapper functions for them.

The position is leading, but eof MAY be used for shortcuts (but MAY be ignored)

Syntax

LOADLIB "wh::util/stringparser.whlib";

OBJECTTYPE StringParser

Constructor

Properties

Functions