pcre_exec ( pcre extra subject length startoffset options ovector ovecsize -- int )


Vocabulary
pcre.ffi

Inputs
pcrean object
extraan object
subjectan object
lengthan object
startoffsetan object
optionsan object
ovectoran object
ovecsizean object


Outputs
intan object


Definition


LIBRARY: pcre FUNCTION: int pcre_exec
( void* pcre, pcre_extra* extra, c-string subject, int
length, int startoffset, int options, int* ovector, int
ovecsize )