modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / regexec.texi
blobc934623a02ce5a297bc2b8e37ef6dc6e88e1dfad
1 @node regexec
2 @section @code{regexec}
3 @findex regexec
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/regexec.html}
7 Gnulib module: regex
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 9.
14 @item
15 Many regular expression implementations have bugs.
16 @end itemize
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize