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_count_all(rr: RegexpResult): longword;

Arguments:

rr Global match result handle

Description:

This function returns number of fullmask regexp entries in global match result created by regexp_match_all.

Returns:

Number of matches or 0 if result entryset is empty.

Usage:

i := regexp_count_all(rp);

See also:

regexp_match_all.

PSP Help documents