Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
PCRE_STUDY(3) | Library Functions Manual | PCRE_STUDY(3) |
NAME
PCRE - Perl-compatible regular expressionsSYNOPSIS
#include <pcre.h>DESCRIPTION
This function studies a compiled pattern, to see if additional information can be extracted that might speed up matching. Its arguments are:code A compiled regular expression
options Options for pcre[16|32]_study()
errptr Where to put an error message
24 June 2012 | PCRE 8.30 |