PgMiscellaneous.scanWord

Scans a word into a #GString buffer.

A word consists of [A-Za-z_] followed by zero or more [A-Za-z_0-9]. Leading white space is skipped.

struct PgMiscellaneous
static
bool
scanWord
(
ref string pos
,)

Parameters

pos string

in/out string position

out_ StringG

a #GString into which to write the result

Return Value

Type: bool

%FALSE if a parse error occurred.

Meta