[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'pcrelib' (#crwlib)

pcre_compile_func

Declaration

Source position: pcrelib.pas line 908

type pcre_compile_func = function(

  const pattern: PAnsiChar;

  options: Integer;

  const errptr: PPAnsiChar;

  erroffset: PInteger;

  const tableptr: PAnsiChar

):PPCRE;