void RegExpr_Destroy (int regularExpressionHandle);
This function retrieves the memory that was allocated by RegExpr_Parse to store the parsed regular expression.
| Input | ||
| Name | Type | Description |
| regularExpressionHandle | integer | A handle returned from the RegExpr_Parse function. |
None.