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(const pattern, str: string): longword;

Arguments:

pattern Regular expression pattern
str Input string

Description:

Returns number of fullmask regular expression entries.

Returns:

Number of fullmask entries or 0 if string doesn't match the pattern.

Usage:

i := regexp_count('/foo/i', s);

See also:

regexp_count_all.

PSP Help documents