Handbook
Glossary
pcre2_compile ( pattern length options errorcode erroroffset ccontext -- pcre2_code* )
Vocabulary
pcre2
.
ffi
Inputs
pattern
an
object
length
an
object
options
an
object
errorcode
an
object
erroroffset
an
object
ccontext
an
object
Outputs
pcre2_code*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_compile
pcre2_code*
pcre2_compile_8
(
PCRE2_SPTR
pattern,
PCRE2_SIZE
length,
uint32_t
options,
int* errorcode, PCRE2_SIZE* erroroffset,
pcre2_compile_context* ccontext )