BOOTSTRAP (
kutils
) functions
LIBRARY ROUTINE
kre_icomp - compile a case insensitive regular expression
LIBRARY CALL
char *kre_icomp( char *pat)
INPUT
pat
- regular expression pattern to be compiled
OUTPUT
none
RETURN VALUE
NULL on success, a string indicating the compile error otherwise
DESCRIPTION
This routine is an extension to kre_comp, such that the characters a-z and A-z are treated as though they were all of the same case.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
Integrated into Khoros 2.0 (MY) 7/93
FILES
$BOOTSTRAP/objects/library/kutils/src/regex.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.