Handbook
Glossary
pcre_exec ( pcre extra subject length startoffset options ovector ovecsize -- int )
Vocabulary
pcre
.
ffi
Inputs
pcre
an
object
extra
an
object
subject
an
object
length
an
object
startoffset
an
object
options
an
object
ovector
an
object
ovecsize
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre.ffi
LIBRARY:
pcre
FUNCTION:
int
pcre_exec
( void* pcre, pcre_extra* extra,
c-string
subject,
int
length,
int
startoffset,
int
options, int* ovector,
int
ovecsize )