POSIX BREs and EREs And the GNU extensions that we should all be supporting by default :).
Just to be sure. By importing the 'regex' gnulib module and including REG_EXTENDED in the cflags parameter of regcomp we can be sure that we are supporting the GNU extensions, right?