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:

procedure regexp_free_all(rr: RegexpResult);

Arguments:

rr Global match result handle

Description:

Frees memory occupied by result handle.

Usage:

regexp_free_all(rr);

See also:

regexp_match_all.

PSP Help documents