exec ( pcre extra subject ofs opts -- count match-data )


Vocabulary
pcre.private

Inputs
pcrean object
extraan object
subjectan object
ofsan object
optsan object


Outputs
countan object
match-dataan object


Definition


: exec ( pcre extra subject ofs opts -- count match-data )
[ dup length ] 2dip 30 int <c-array> 30 [ pcre_exec ] keepd
;