PREV UP NEXT Regex

Chapter 7: 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.

  • GNU Regex Functions
  • POSIX Regex Functions
  • BSD Regex Functions