Unit 'MarkDown.Utils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-md]

StartsWithWhitespace

Declaration

Source position: markdown.utils.pas line 91

function StartsWithWhitespace(

  const S: string;

  aMatch: AnsiChar;

  out aLength: Integer;

  aWSLen: Integer = 3

):Boolean; overload;

function StartsWithWhitespace(

  const S: string;

  aMatch: TSysCharSet;

  out aLength: Integer;

  aWSLen: Integer = 3

):Boolean; overload;

function StartsWithWhitespace(

  const S: string;

  aMatch: string;

  out aLength: Integer;

  aWSLen: Integer = 3

):Boolean; overload;


Documentation generated on: 2025-12-15