Go to the first, previous, next, last section, table of contents.


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.


Go to the first, previous, next, last section, table of contents.