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

g_regex_split_full

Declaration

Source position: lazglib2.pas line 4808

function g_regex_split_full(

  regex: PGRegex;

  string_: Pgchar;

  string_len: gssize;

  start_position: gint;

  match_options: TGRegexMatchFlags;

  max_tokens: gint;

  error: PPGError

):PPgchar;