RegExpr_Destroy
- Updated2023-02-21
- 1 minute(s) read
void RegExpr_Destroy (RegExprHandle 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 | RegExprHandle | A handle returned from the RegExpr_Parse function. |
Return Value
None.
Additional Information
Library: Regular Expressions
Include file: toolbox\regexpr.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later