rexClose

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
   Basic matching rules
   Additional syntax specs
   Order of precedence
   rexClose
   rexMatch
   rexOpen
   Sample
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
CSL links
  
rexClose(              // close regular expression handle
   const handle);         // rex handle

Use this function to free all memory associated to the RE handle when the RE processing is finished. At return the handle is no longer valid.

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>