IntegerFilter

Implements an integer input filter.

Constructors

this
this()

Creates an instance of this kind of filter

Members

Functions

use
void use(dstring input)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

symbolList
dstring symbolList;
Undocumented in source.
symbolListWMinus
dstring symbolListWMinus;
Undocumented in source.

Inherited Members

From InputFilter

use
void use(dstring input)

Uses this input filter on the provided text.

Meta