regcomp
Table of Contents
# $EPIC: regcomp.txt,v 1.3 2009/03/21 05:06:18 zwhite Exp $
Synopsis:
$regcomp(<regex pattern>)
Technical:
This function compiles a regex into a form suitable for passing to the other regex functions. A regex compiled by this function is case-insensitive.
See the regex page for more info.
Returns:
A string representation of a regular expression suitable for further use.
History
This function first appeared in epic4-1.029.
regcomp.txt · Last modified: 2009/06/02 15:52 by 127.0.0.1