Handbook
Glossary
pcre2_substitute ( code subject length startoffset options match_data mcontext replacementz rlength outputbuffer outlengthptr -- int )
Vocabulary
pcre2
.
ffi
Inputs
code
an
object
subject
an
object
length
an
object
startoffset
an
object
options
an
object
match_data
an
object
mcontext
an
object
replacementz
an
object
rlength
an
object
outputbuffer
an
object
outlengthptr
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_substitute
int
pcre2_substitute_8
( pcre2_code* code,
PCRE2_SPTR
subject,
PCRE2_SIZE
length,
PCRE2_SIZE
startoffset,
uint32_t
options, pcre2_match_data*
match_data, pcre2_match_context* mcontext,
PCRE2_SPTR
replacementz,
PCRE2_SIZE
rlength, PCRE2_UCHAR* outputbuffer,
PCRE2_SIZE* outlengthptr )