CRegExp.isok

Far Manager

CRegExp.isok

Returns the result of the last compilation.

Class method:

bool isok();

DLL interface:

BOOL WINAPI reIsok(PRegExp re);

Members

re
a pointer to an object

Return value

Returns TRUE or FALSE depending on success or failure of the last compilation.

Remarks

It's possible to use geterror extended method to get more detailed information about an error.
See also: