# $EPIC: regfree.txt,v 1.3 2009/03/21 05:06:18 zwhite Exp $ ======Synopsis:====== $[[regfree]]() ======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.