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


POSIX Pattern Buffers

To compile or match a given regular expression the POSIX way, you must supply a pattern buffer exactly the way you do for GNU (see section GNU Pattern Buffers). POSIX pattern buffers have type regex_t, which is equivalent to the GNU pattern buffer type re_pattern_buffer.


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