FreeRegularExpression()

Syntax

FreeRegularExpression(#RegularExpression)
Description
Free the specified #RegularExpression and release its associated memory.

Parameters

#RegularExpression Free the regular expression. If #PB_All is specified, all the remaining regular expressions are freed.

Return value

None.

Remarks

All remaining regular expressions are automatically freed when the program ends.

See Also

CreateRegularExpression()

Supported OS

All

<- ExtractRegularExpression() - RegularExpression Index - IsRegularExpression() ->