Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TAnsiStringHelper.IndexOfAnyUnquoted

Declaration

Source position: syshelph.inc line 134

public function TAnsiStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of AnsiChar;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar

):SizeInt; overload;

function TAnsiStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of AnsiChar;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar;

  StartIndex: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of AnsiChar;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar;

  StartIndex: SizeInt;

  ACount: SizeInt

):SizeInt; overload;

function TAnsiStringHelper.IndexOfAnyUnquoted(

  const AnyOf: array of AnsiString;

  StartQuote: AnsiChar;

  EndQuote: AnsiChar;

  StartIndex: SizeInt;

  out Matched: SizeInt

):SizeInt; overload;


Documentation generated on: Jul 24 2023