SCRIPT MERIDIAN
REGEX PROJECT
 

Regex Home

Download

Documentation

 Regex Verbs
  regex.compile
  regex.easyMatch
  regex.easySearch
  regex.extract
  regex.free
  regex.grep
  regex.init
  regex.join
  regex.match
  regex.quoteRE
  regex.search
  regex.split
  regex.subst
  regex.visit

 MatchInfo Table
 Metacharacters

Pointers

Credits

 

regex.free

Syntax regex.free (patRef)
Params patternRef is the pattern reference returned from regex.compile.
Action Frees memory allocated for the pattern referenced by patRef.
Returns True if successful. If patRef is not a valid pattern reference, you will get a script error.
Examples regex.free (24856736)
    » true
Notes Each call to regex.compile must be balanced with a call to regex.free.
See Also regex.compile



 [ Previous ]  [ Next  To the top  

Send questions and comments to regex@lists.scriptmeridian.org.
Page last updated: Thu, 10 Dec 1998 21:57:50 GMT.