Unit 'uhelper' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_barcodes]

is_sane

Declaration

Source position: uhelper.pas line 74

function is_sane(

  test_string: PChar;

  source: PByte;

  length: Integer

):Integer; overload;

function is_sane(

  test_string: PChar;

  const source: TByteDynArray;

  length: Integer

):Integer; overload;

function is_sane(

  const AllowedChars: string;

  const ASource: string

):Integer; overload;



CT Web help

CodeTyphon Studio