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

pcre_study_func

Declaration

Source position: pcrelib.pas line 1100

type pcre_study_func = function(

  const code: PPCRE;

  options: Integer;

  const errptr: PPAnsiChar

):PPCREExtra;