Go forward to Copying.
Go backward to What Gets Matched?.
Go up to Top.

Programming with Regex
**********************

  Here we describe how you use the Regex data structures and functions
in C programs.  Regex has three interfaces: one designed for GNU, one
compatible with POSIX and one compatible with Berkeley UNIX.

Menu

GNU Regex Functions
POSIX Regex Functions
BSD Regex Functions