The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

re_comp.h - regular-expression-matching functions for re_comp() (LEGACY)

 SYNOPSIS



#include <re_comp.h>

 DESCRIPTION

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);

 APPLICATION USAGE

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

 FUTURE DIRECTIONS

None.

 SEE ALSO

re_comp(), <regex.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]