FreeRegularExpression()
语法
FreeRegularExpression(#RegularExpression)概要
Free the specified #RegularExpression and release its associated memory.
参数
#RegularExpression Free the regular expression. If #PB_All is specified, all the remaining regular expressions are freed.
返回值
无.
Remarks
All remaining regular expressions are automatically freed when the program ends.
参阅
CreateRegularExpression()
已支持操作系统
所有