Unit 'StrUtils' Package
[Overview][Procedures and functions][Index] [#pl_pasdoc]

PosEx

Declaration

Source position: StrUtils.pas line 48

function PosEx(

  const SubStr: string;

  const S: string;

  Offset: Cardinal

):Integer; overload;

function PosEx(

  const SubStr: string;

  const S: string

):Integer; overload;

function PosEx(

  c: char;

  const S: string;

  Offset: Cardinal

):Integer; overload;



CT Web help

CodeTyphon Studio