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_entry(rr: RegexpResult; index: longword): RegexpEntry;

Arguments:

rr Global match result handle
index Entry index

Description:

Fetches single fullmask regular expression entry from result set by index. Index is zero based.

Returns:

Single RegexpEntry handle.

Usage:

re := regexp_entry(rp, 0);
s := regexp_entry_item(1);

See also:

regexp_entry_count, regexp_entry_item, regexp_entry_length, regexp_entry_pos, regexp_error, regexp_free, regexp_match_all.

PSP Help documents