ScannerConfig.csetSkipCharacters

string csetSkipCharacters() @property

Get csetSkipCharacters field.

Returns

specifies which characters should be skipped

by the scanner (the default is the whitespace characters: space, tab, carriage-return and line-feed).

void csetSkipCharacters(string propval) @property

Set csetSkipCharacters field.

Parameters

propvalspecifies which characters should be skipped by the scanner (the default is the whitespace characters: space, tab, carriage-return and line-feed).