RegExpr_Destroy

void RegExpr_Destroy (int regularExpressionHandle);

Purpose

This function retrieves the memory that was allocated by RegExpr_Parse to store the parsed regular expression.

Parameters

Input
Name Type Description
regularExpressionHandle integer A handle returned from the RegExpr_Parse function.

Return Value

None.