[Overview][Constants][Classes][Procedures and functions][Index] Reference for unit 'StrExtra' (#Pkg)

CountChar

Returns the number of occurence of C in S.

Declaration

Source position: strextra.pas line 82

function CountChar(

  const S: string;

  C: Char

):Integer;