This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function regexp_error(re: RegexpEntry): string;

Arguments:

re Entry handle

Description:

Returns error message caused by this match call.

Returns:

Message string or empty string if no error has occurred.

Usage:

if regexp_entry_count(re) = 0 then writeln(regexp_error(re));

See also:

regexp_entry.

PSP Help documents