prev UP NEXT Regex

7.2.1: 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 GNU Pattern Buffers). posix pattern buffers have type regex_t, which is equivalent to the gnu pattern buffer type re_pattern_buffer.