[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

g_regex_new

Declaration

Source position: lazglib2.pas line 4802

function g_regex_new(

  pattern: Pgchar;

  compile_options: TGRegexCompileFlags;

  match_options: TGRegexMatchFlags;

  error: PPGError

):PGRegex;