Unit 'libc' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libc]

regexec

Declaration

Source position: regexh.inc line 144

function regexec(

  __preg: pregex_t;

  __string: Pchar;

  __nmatch: size_t;

  __pmatch: array of regmatch_t;

  __eflags: LongInt

):LongInt;

function regexec(

  var __preg: regex_t;

  __string: Pchar;

  __nmatch: size_t;

  __pmatch: Pregmatch_t;

  __eflags: LongInt

):LongInt;


Documentation generated on: 2023-03-18