If by standard you mean bundled with compiler, then not. But most of the other languages that bundle regex extension use pretty standard c
implementations. E.g. PCRE - Perl Compatible Regular Expression and C libraries have POSIX regex support (see man page).