Site Tools


regfree
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


regfree [2009/06/02 15:52] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +# $EPIC: regfree.txt,v 1.3 2009/03/21 05:06:18 zwhite Exp $
 +======Synopsis:======
 +$[[regfree]](<value returned by regcomp>)
 +
 +======Technical:======
 +This releases all resources from the compiled regular expression.  You must 
 +not call this function more than once on the same compiled regular expression, 
 +and you must //never// use a compiled regular expression after you have called 
 +[[regfree]] on it.
 +
 +See the [[regex]] page for more info.  
 +
 +======Returns:======
 +This function does not return a value.
 +
 +======History======
 +This function first appeared in epic4-1.029.
 +
  
regfree.txt · Last modified: 2009/06/02 15:52 by 127.0.0.1