RegExpr_GetErrorElaboration

char *RegExpr_GetErrorElaboration ();

Purpose

This function returns a string describing the result of the last call to RegExpr_Parse.

The string is held in a static buffer and will be overwritten by the next call to this function.

Parameters

None.

Return Value

Name Type Description
errorElaborationString char * A string describing the result of the last call to RegExpr_Parse.

The string is held in a static buffer and will be overwritten by the next call to this function.