RE_COMP.H(7) Miscellaneous Information Manual RE_COMP.H(7)

re_comp.hregular-expression-matching functions for re_comp() (LEGACY)

#include <re_comp.h>

The following are declared as functions and may also be declared as macros:

char  *re_comp(const char *string);
int    re_exec(const char *string);

This header is kept for historical reasons. New applications should use the regcomp(3) , regexec(3) , regerror(3) and regfree(3) functions, and the <regex.h> header, which provide full internationalised regular expression functionality compatible with the ISO POSIX-2 standard and the XBD specification, .

None.

re_comp(3) , <regex.h> .

February 1997 posix.fail