char *RegExpr_GetErrorElaboration ();
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.
None.
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. |