Expand description
regex.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/regex.h.html.
Structs§
- regex_t
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/regex.h.html.
- regmatch_
t - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/regex.h.html.
Constants§
- REG_
BADBR - REG_
BADPAT - REG_
BADRPT - REG_
EBRACE - REG_
EBRACK - REG_
ECOLLATE - REG_
ECTYPE - REG_
EESCAPE - REG_
ENOSYS - REG_
EPAREN - REG_
ERANGE - REG_
ESPACE - REG_
ESUBREG - REG_
EXTENDED - REG_
ICASE - REG_
MINIMAL - REG_
NEWLINE - REG_
NOMATCH - REG_
NOSUB - REG_
NOTBOL - REG_
NOTEOL
Functions§
- regcomp⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/regcomp.html.
- regerror
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/regerror.html.
- regexec⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/regexec.html.
- regfree⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/regfree.html.